mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-25 05:53:18 +00:00
@@ -129,8 +129,8 @@ namespace MediaBrowser.Api
|
||||
var items = request.Ids.Split(',')
|
||||
.Select(i => _libraryManager.GetItemById(i))
|
||||
.OfType<Video>()
|
||||
.OrderBy(i => i.Id)
|
||||
.ToList();
|
||||
items = items.OrderBy(i => i.Id).ToList();
|
||||
|
||||
if (items.Count < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user