diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-14 23:12:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-14 23:12:32 -0400 |
| commit | 80863e13264e871599d44668824a40159b0b080e (patch) | |
| tree | 26c1c5c799a0e4f3d010741c2e3c66fca9aafd25 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs | |
| parent | 7dd2b1592cd9bef7379f3cc14e24de610daf2eeb (diff) | |
fix button alignments
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/InternalItemsQuery.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs index d50f5b525..e193a9dad 100644 --- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs +++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs @@ -143,6 +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 InternalItemsQuery() { |
