diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-02-08 17:10:20 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-02-08 17:10:20 +0100 |
| commit | 13c1c2815f82be2bd316f73fe377b1ff3587e24f (patch) | |
| tree | 3ecc5260d15264d9d3ed2a3a06699017a75ffcaa /Emby.Server.Implementations/Plugins | |
| parent | fba80cf6f9f465de79775bb5b8f12554814da550 (diff) | |
Add regression test for PluginManager.SaveManifest
Diffstat (limited to 'Emby.Server.Implementations/Plugins')
| -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; |
