From 30710dbe007b60d696cdf28e4bf97a428432124b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 4 Aug 2015 10:26:36 -0400 Subject: update components --- MediaBrowser.Model/LiveTv/ProgramQuery.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Model/LiveTv/ProgramQuery.cs') diff --git a/MediaBrowser.Model/LiveTv/ProgramQuery.cs b/MediaBrowser.Model/LiveTv/ProgramQuery.cs index 3f652ea6f..7a877e356 100644 --- a/MediaBrowser.Model/LiveTv/ProgramQuery.cs +++ b/MediaBrowser.Model/LiveTv/ProgramQuery.cs @@ -63,6 +63,11 @@ namespace MediaBrowser.Model.LiveTv /// If set to null, all programs will be returned public bool? IsMovie { get; set; } + /// + /// Gets or sets a value indicating whether this instance is kids. + /// + /// null if [is kids] contains no value, true if [is kids]; otherwise, false. + public bool? IsKids { get; set; } /// /// Gets or sets a value indicating whether this instance is sports. /// -- cgit v1.2.3