add sports to suggested tv

This commit is contained in:
Luke Pulverenti
2015-04-03 12:31:56 -04:00
parent 1654236978
commit 0481fef03b
8 changed files with 88 additions and 2 deletions

View File

@@ -31,5 +31,10 @@
/// </summary>
/// <value><c>null</c> if [is movie] contains no value, <c>true</c> if [is movie]; otherwise, <c>false</c>.</value>
public bool? IsMovie { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is sports.
/// </summary>
/// <value><c>null</c> if [is sports] contains no value, <c>true</c> if [is sports]; otherwise, <c>false</c>.</value>
public bool? IsSports { get; set; }
}
}