mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Remove unnecessary AsQueryable()
This commit is contained in:
@@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
|
||||
Date = entity.DateCreated,
|
||||
Severity = entity.LogSeverity
|
||||
})
|
||||
.AsQueryable()
|
||||
.ToListAsync()
|
||||
.ConfigureAwait(false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user