aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-09-29 08:58:53 -0400
committerGitHub <noreply@github.com>2016-09-29 08:58:53 -0400
commitb474b56c27a1dd4d5b4be3f8f2bc2c924c9ddce3 (patch)
treec9d7e2f702cf899fb50348772b54538135a3a4f9 /MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs
parent26fe7402688b49c1d730d39bdb0ffd971da7da34 (diff)
parent76c7bfcb6795771cb06ef354fbf76d6e39de8948 (diff)
Merge pull request #2199 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs b/MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs
index 0e6d081a1..4bc506bf6 100644
--- a/MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs
+++ b/MediaBrowser.Model/LiveTv/RecommendedProgramQuery.cs
@@ -49,7 +49,13 @@ namespace MediaBrowser.Model.LiveTv
/// Gets or sets a value indicating whether this instance is movie.
/// </summary>
/// <value><c>null</c> if [is movie] contains no value, <c>true</c> if [is movie]; otherwise, <c>false</c>.</value>
+ public bool? IsNews { get; set; }
+ /// <summary>
+ /// Gets or sets a value indicating whether this instance is movie.
+ /// </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; }
+ public bool? IsSeries { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is kids.
/// </summary>