mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04: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…
Add table
Add a link
Reference in a new issue