mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
improve nextup queries
This commit is contained in:
@@ -182,10 +182,7 @@ namespace MediaBrowser.Controller.Playlists
|
||||
DtoOptions = options
|
||||
};
|
||||
|
||||
var itemsResult = folder.GetItems(query);
|
||||
var items = itemsResult.Items;
|
||||
|
||||
return items;
|
||||
return folder.GetItemList(query);
|
||||
}
|
||||
|
||||
return new[] { item };
|
||||
|
||||
Reference in New Issue
Block a user