Parcourir la source

Remove unnecessary AsQueryable()

Patrick Barron il y a 1 an
Parent
commit
6b940e141e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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));
             }