2
0
David Ullmer 4 жил өмнө
parent
commit
b37cc7bfaf

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

@@ -1395,9 +1395,8 @@ namespace Emby.Server.Implementations
             foreach (var assembly in assemblies)
             {
                 Logger.LogDebug("Found API endpoints in plugin {name}", assembly.FullName);
+                yield return assembly;
             }
-
-            return assemblies;
         }
 
         public virtual void LaunchUrl(string url)