|
|
|
@ -112,6 +112,7 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
|
public string[] TopParentIds { get; set; }
|
|
|
|
|
|
|
|
|
|
public LocationType[] ExcludeLocationTypes { get; set; }
|
|
|
|
|
public string[] PresetViews { get; set; }
|
|
|
|
|
|
|
|
|
|
public InternalItemsQuery()
|
|
|
|
|
{
|
|
|
|
@ -137,6 +138,7 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
|
TopParentIds = new string[] { };
|
|
|
|
|
ExcludeTags = new string[] { };
|
|
|
|
|
ExcludeLocationTypes = new LocationType[] { };
|
|
|
|
|
PresetViews = new string[] { };
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public InternalItemsQuery(User user)
|
|
|
|
|