Explorar el Código

Return a true IEnumerable

Bond_009 hace 6 años
padre
commit
48da8f429e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Emby.Server.Implementations/Activity/ActivityManager.cs

+ 1 - 1
Emby.Server.Implementations/Activity/ActivityManager.cs

@@ -69,7 +69,7 @@ namespace Emby.Server.Implementations.Activity
                 }
             }
 
-            return result;
+            return result.AsEnumerable();
         }
     }
 }