mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
implement removing from playlists
This commit is contained in:
@@ -22,9 +22,9 @@ namespace MediaBrowser.Controller.Playlists
|
||||
return GetPlayableItems(user);
|
||||
}
|
||||
|
||||
public IEnumerable<BaseItem> GetManageableItems()
|
||||
public IEnumerable<Tuple<LinkedChild, BaseItem>> GetManageableItems()
|
||||
{
|
||||
return GetPlaylistItems(MediaType, GetLinkedChildren(), null);
|
||||
return GetLinkedChildrenInfos();
|
||||
}
|
||||
|
||||
private IEnumerable<BaseItem> GetPlayableItems(User user)
|
||||
|
||||
Reference in New Issue
Block a user