fix saving of IsVirtualItem

This commit is contained in:
Luke Pulverenti
2016-08-27 12:47:09 -04:00
parent 4fa0df37e2
commit 73bafa7cda
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ namespace MediaBrowser.Server.Implementations.Library
ExcludeItemTypes = excludeItemTypes,
ExcludeLocationTypes = new[] { LocationType.Virtual },
Limit = limit * 5,
ExcludeSourceTypes = parentIds.Length == 0 ? new[] { SourceType.Channel, SourceType.LiveTV } : new SourceType[] { },
SourceTypes = parentIds.Length == 0 ? new[] { SourceType.Library } : new SourceType[] { },
IsPlayed = request.IsPlayed
}, parentIds);