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

Update ApplicationHost.cs

BaronGreenback 4 жил өмнө
parent
commit
2929ce6e0d

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

@@ -1540,6 +1540,7 @@ namespace Emby.Server.Implementations
         public IEnumerable<Assembly> GetApiPluginAssemblies()
         {
             var assemblies = _allConcreteTypes
+                .Select(LoadPlugin)
                 .Where(i => typeof(ControllerBase).IsAssignableFrom(i))
                 .Select(i => i.Assembly)
                 .Distinct();