mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
fix playlist deletion
This commit is contained in:
@@ -1068,7 +1068,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
var result = new Dictionary<Guid, BaseItem>();
|
||||
|
||||
AddChildrenToList(result, true, true, filter);
|
||||
AddChildrenToList(result, includeLinkedChildren, true, filter);
|
||||
|
||||
return result.Values.ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user