diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2021-02-09 11:04:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 11:04:02 +0900 |
| commit | bb33d5f190c11de3c95b0d5c32882be073b7bf18 (patch) | |
| tree | 793acab7956bc7c9ad7ed48fe7fc99a845788e4f /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 76fdf739916e85764dff57f54cacf5e8f9126ab4 (diff) | |
| parent | 13c1c2815f82be2bd316f73fe377b1ff3587e24f (diff) | |
Merge pull request #5190 from jellyfin/regressiontest
Add regression test for PluginManager.SaveManifest
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index 2e2b3f332..c26ccfd88 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -519,7 +519,7 @@ namespace Emby.Server.Implementations.Plugins return _plugins.Remove(plugin); } - private LocalPlugin LoadManifest(string dir) + internal LocalPlugin LoadManifest(string dir) { Version? version; PluginManifest? manifest = null; |
