mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 14:01:58 +02:00
Tab -> space
This commit is contained in:
parent
8f28d52929
commit
b59daab273
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
|
||||
private static BaseItem[] SortItemsByRequest(InternalItemsQuery query, IReadOnlyList<BaseItem> items)
|
||||
{
|
||||
return items.OrderBy(i => Array.IndexOf(query.ItemIds, i.Id)).ToArray();
|
||||
return items.OrderBy(i => Array.IndexOf(query.ItemIds, i.Id)).ToArray();
|
||||
}
|
||||
|
||||
public QueryResult<BaseItem> GetItems(InternalItemsQuery query)
|
||||
|
|
|
|||
Loading…
Reference in a new issue