aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-09 15:28:12 -0500
committerGitHub <noreply@github.com>2017-01-09 15:28:12 -0500
commit488e36811df4de3a9d75333bc7b73d6ec2eb6ed9 (patch)
tree123cfd54e289f98c75c7b722f2bda548c00ae6a2 /MediaBrowser.Api/Library/LibraryService.cs
parentd9dda3b56e4269e074379dee134130feab76ad04 (diff)
parent85cd90d6e6bb022469cbb34248300f3164cf1775 (diff)
Merge pull request #2390 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 15c1cbe82..e654cc8f6 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -666,7 +666,7 @@ namespace MediaBrowser.Api.Library
IncludeItemTypes = new[] { type.Name },
Limit = 0,
Recursive = true,
- ExcludeLocationTypes = new[] { LocationType.Virtual },
+ IsVirtualItem = false,
SourceTypes = new[] { SourceType.Library },
IsFavorite = request.IsFavorite
};