mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 07:51:54 +01:00
fixes #1048
This commit is contained in:
@@ -181,7 +181,6 @@ namespace MediaBrowser.Server.Implementations.Playlists
|
||||
}
|
||||
|
||||
var list = new List<LinkedChild>();
|
||||
var itemList = new List<BaseItem>();
|
||||
|
||||
var items = GetPlaylistItems(itemIds, playlist.MediaType, user)
|
||||
.Where(i => i.SupportsAddingToPlaylist)
|
||||
@@ -189,7 +188,6 @@ namespace MediaBrowser.Server.Implementations.Playlists
|
||||
|
||||
foreach (var item in items)
|
||||
{
|
||||
itemList.Add(item);
|
||||
list.Add(LinkedChild.Create(item));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user