瀏覽代碼

Update Emby.Server.Implementations/Plugins/PluginManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父節點
當前提交
30645e7265
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Emby.Server.Implementations/Plugins/PluginManager.cs

+ 0 - 1
Emby.Server.Implementations/Plugins/PluginManager.cs

@@ -429,7 +429,6 @@ namespace Emby.Server.Implementations
                 if (plugin == null)
                 if (plugin == null)
                 {
                 {
                     // Create a dummy record for the providers.
                     // Create a dummy record for the providers.
-                    var pInstance = (IPlugin)instance;
                     plugin = new LocalPlugin(
                     plugin = new LocalPlugin(
                         pInstance.AssemblyFilePath,
                         pInstance.AssemblyFilePath,
                         true,
                         true,