mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Merge remote-tracking branch 'origin/authenticationdb-efcore' into authenticationdb-efcore
This commit is contained in:
@@ -170,6 +170,7 @@ namespace Jellyfin.Server.Implementations.Devices
|
||||
{
|
||||
await using var dbContext = _dbProvider.CreateContext();
|
||||
var sessions = dbContext.Devices
|
||||
.Include(d => d.User)
|
||||
.AsQueryable()
|
||||
.OrderBy(d => d.DeviceId)
|
||||
.ThenByDescending(d => d.DateLastActivity)
|
||||
|
||||
Reference in New Issue
Block a user