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