aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-06-29 00:06:55 -0400
committerGitHub <noreply@github.com>2016-06-29 00:06:55 -0400
commit04de5b15e6fbcee560140c8f1e2ecdd6665e50ee (patch)
tree3f30c973d214f62856ad775d0bba7a5ca2508cfb /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parent8fe7315afab90470833b11db36d426959262ccfb (diff)
parentdb1130166fb11b726bb37ae2ad2f3c9c1b82076a (diff)
Merge pull request #1886 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index e193a9dad..43a1b9eaa 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -143,7 +143,7 @@ namespace MediaBrowser.Controller.Entities
public bool EnableTotalRecordCount { get; set; }
public bool ForceDirect { get; set; }
public Dictionary<string, string> ExcludeProviderIds { get; set; }
- public string GroupByAncestorOfType { get; set; }
+ public bool EnableGroupByMetadataKey { get; set; }
public InternalItemsQuery()
{