update components

This commit is contained in:
Luke Pulverenti
2015-08-04 10:26:36 -04:00
parent 036301795e
commit 30710dbe00
7 changed files with 34 additions and 14 deletions

View File

@@ -63,6 +63,11 @@ namespace MediaBrowser.Model.LiveTv
/// <remarks>If set to null, all programs will be returned</remarks>
public bool? IsMovie { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is kids.
/// </summary>
/// <value><c>null</c> if [is kids] contains no value, <c>true</c> if [is kids]; otherwise, <c>false</c>.</value>
public bool? IsKids { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is sports.
/// </summary>