2
0
Эх сурвалжийг харах

Update ApplicationHost.cs

BaronGreenback 4 жил өмнө
parent
commit
298a322ac1

+ 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)