Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
30645e7265
commit
591ad3b04b
|
@ -450,7 +450,7 @@ namespace Emby.Server.Implementations
|
|||
}
|
||||
else
|
||||
{
|
||||
plugin.Instance = (IPlugin)instance;
|
||||
plugin.Instance = instance;
|
||||
var manifest = plugin.Manifest;
|
||||
var pluginStr = plugin.Instance.Version.ToString();
|
||||
bool changed = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user