mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Add regression test for PluginManager.SaveManifest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user