Remove unnecessary AsQueryable()

pull/10617/head
Patrick Barron 6 months ago
parent 547d8c07b3
commit 6b940e141e

@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
Date = entity.DateCreated,
Severity = entity.LogSeverity
})
.AsQueryable()
.ToListAsync()
.ConfigureAwait(false));
}

Loading…
Cancel
Save