update live tv queries

This commit is contained in:
Luke Pulverenti
2017-12-05 13:30:49 -05:00
parent 4ec4d38f49
commit 85815adcd2
3 changed files with 9 additions and 1 deletions

View File

@@ -13,12 +13,14 @@ namespace MediaBrowser.Model.LiveTv
public bool? EnableImages { get; set; }
public int? ImageTypeLimit { get; set; }
public ImageType[] EnableImageTypes { get; set; }
public string[] GenreIds { get; set; }
public bool EnableTotalRecordCount { get; set; }
public RecommendedProgramQuery()
{
EnableTotalRecordCount = true;
GenreIds = new string[] { };
}
/// <summary>