mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
update query objects
This commit is contained in:
@@ -58,8 +58,7 @@ namespace MediaBrowser.Controller.Channels
|
||||
Limit = query.Limit,
|
||||
StartIndex = query.StartIndex,
|
||||
UserId = query.User.Id.ToString("N"),
|
||||
SortBy = query.SortBy,
|
||||
SortOrder = query.SortOrder
|
||||
OrderBy = query.OrderBy
|
||||
|
||||
}, new SimpleProgress<double>(), CancellationToken.None).Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user