Explorar el Código

Remove unnecessary AsQueryable()

Patrick Barron hace 1 año
padre
commit
6b940e141e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Jellyfin.Server.Implementations/Activity/ActivityManager.cs

+ 0 - 1
Jellyfin.Server.Implementations/Activity/ActivityManager.cs

@@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
                             Date = entity.DateCreated,
                             Severity = entity.LogSeverity
                         })
-                        .AsQueryable()
                         .ToListAsync()
                         .ConfigureAwait(false));
             }