mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Fix ordering query
This commit is contained in:
parent
ceef9143ad
commit
8abcfb2a80
1 changed files with 1 additions and 1 deletions
|
|
@ -1245,7 +1245,7 @@ public sealed class BaseItemRepository
|
|||
.AsSingleQuery()
|
||||
.Where(e => masterQuery.Contains(e.Id));
|
||||
|
||||
ApplyOrder(query, filter);
|
||||
query = ApplyOrder(query, filter);
|
||||
|
||||
var result = new QueryResult<(BaseItemDto, ItemCounts?)>();
|
||||
if (filter.EnableTotalRecordCount)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue