fix playlist deletion

This commit is contained in:
Luke Pulverenti
2016-10-13 14:43:47 -04:00
parent 2095170eed
commit b9c430059a
3 changed files with 20 additions and 11 deletions

View File

@@ -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();
}