diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-11-22 09:34:14 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-11-22 09:34:14 -0500 |
| commit | 6b940e141e014f5d67caf68dd8dec04bc1d723dc (patch) | |
| tree | d4467646d408756b1f95f85d92f0c92963a00141 /Jellyfin.Server.Implementations/Activity | |
| parent | 547d8c07b3fb20ff18c119bbadb5a74c81703d4f (diff) | |
Remove unnecessary AsQueryable()
Diffstat (limited to 'Jellyfin.Server.Implementations/Activity')
| -rw-r--r-- | Jellyfin.Server.Implementations/Activity/ActivityManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Activity/ActivityManager.cs b/Jellyfin.Server.Implementations/Activity/ActivityManager.cs index ce1c54cbb..a2ea6b225 100644 --- a/Jellyfin.Server.Implementations/Activity/ActivityManager.cs +++ b/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)); } |
