diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-09 12:05:34 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-09 12:05:34 -0500 |
| commit | 85cd90d6e6bb022469cbb34248300f3164cf1775 (patch) | |
| tree | 9ff2ad964132b035ebb974a37ff64b9a1e017a53 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 3b7b06f70b181b2d6c4ea951725050c5edb5cf86 (diff) | |
update video osd
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
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 }; |
