fix duplicates in suggestions

This commit is contained in:
Luke Pulverenti
2016-06-28 23:17:27 -04:00
parent 02b0734029
commit db1130166f
4 changed files with 68 additions and 18 deletions

View File

@@ -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()
{