Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
2d094bedf5
commit
30645e7265
|
@ -429,7 +429,6 @@ namespace Emby.Server.Implementations
|
|||
if (plugin == null)
|
||||
{
|
||||
// Create a dummy record for the providers.
|
||||
var pInstance = (IPlugin)instance;
|
||||
plugin = new LocalPlugin(
|
||||
pInstance.AssemblyFilePath,
|
||||
true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user