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 /Emby.Server.Implementations/Library/UserViewManager.cs | |
| parent | 3b7b06f70b181b2d6c4ea951725050c5edb5cf86 (diff) | |
update video osd
Diffstat (limited to 'Emby.Server.Implementations/Library/UserViewManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/UserViewManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/UserViewManager.cs b/Emby.Server.Implementations/Library/UserViewManager.cs index f7cc8bb73..0a8b1c681 100644 --- a/Emby.Server.Implementations/Library/UserViewManager.cs +++ b/Emby.Server.Implementations/Library/UserViewManager.cs @@ -287,7 +287,7 @@ namespace Emby.Server.Implementations.Library SortBy = new[] { ItemSortBy.DateCreated }, IsFolder = includeItemTypes.Length == 0 ? false : (bool?)null, ExcludeItemTypes = excludeItemTypes, - ExcludeLocationTypes = new[] { LocationType.Virtual }, + IsVirtualItem = false, Limit = limit * 5, SourceTypes = parents.Count == 0 ? new[] { SourceType.Library } : new SourceType[] { }, IsPlayed = request.IsPlayed |
