fix button alignments

This commit is contained in:
Luke Pulverenti
2016-06-14 23:12:32 -04:00
parent 7dd2b1592c
commit 80863e1326
4 changed files with 17 additions and 7 deletions

View File

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