瀏覽代碼

Update ApplicationHost.cs

BaronGreenback 4 年之前
父節點
當前提交
298a322ac1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -903,7 +903,7 @@ namespace Emby.Server.Implementations
                     Type reg = (Type)exportedTypes.Where(p => string.Equals(p.Name, "PluginRegistration", StringComparison.OrdinalIgnoreCase)).FirstOrDefault();
                     if (reg != null)
                     {
-                        _pluginRegistrations.Add(ass, reg);
+                        _pluginRegistrations.Add(reg, ass);
                     }
                 }
                 catch (FileNotFoundException ex)