update live tv queries

This commit is contained in:
Luke Pulverenti
2016-06-20 13:07:53 -04:00
parent a5815452c0
commit c05f0bea04
4 changed files with 33 additions and 4 deletions

View File

@@ -70,5 +70,12 @@ namespace MediaBrowser.Model.LiveTv
public bool? EnableImages { get; set; }
public int? ImageTypeLimit { get; set; }
public ImageType[] EnableImageTypes { get; set; }
public bool EnableTotalRecordCount { get; set; }
public RecordingQuery()
{
EnableTotalRecordCount = true;
}
}
}