aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-28 23:17:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-28 23:17:27 -0400
commitdb1130166fb11b726bb37ae2ad2f3c9c1b82076a (patch)
treea6bd6217af6e4b7c0f1f698b71a572ea90a8679f /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parent02b0734029f266874e3d7f4902e9a36c2cdee305 (diff)
fix duplicates in suggestions
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()
{