From 98b6046f04b2732315b882cf65a1f2e3cbea65ab Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 15 Jan 2014 10:18:31 -0500 Subject: change IsRecording filter to IsInProgress --- MediaBrowser.Model/LiveTv/RecordingQuery.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Model/LiveTv/RecordingQuery.cs') diff --git a/MediaBrowser.Model/LiveTv/RecordingQuery.cs b/MediaBrowser.Model/LiveTv/RecordingQuery.cs index 8f82433cc7..1fa9af49b3 100644 --- a/MediaBrowser.Model/LiveTv/RecordingQuery.cs +++ b/MediaBrowser.Model/LiveTv/RecordingQuery.cs @@ -44,10 +44,16 @@ namespace MediaBrowser.Model.LiveTv public int? Limit { get; set; } /// - /// Gets or sets a value indicating whether this instance is recording. + /// Gets or sets the status. /// - /// null if [is recording] contains no value, true if [is recording]; otherwise, false. - public bool? IsRecording { get; set; } + /// The status. + public RecordingStatus? Status { get; set; } + + /// + /// Gets or sets a value indicating whether this instance is in progress. + /// + /// null if [is in progress] contains no value, true if [is in progress]; otherwise, false. + public bool? IsInProgress { get; set; } /// /// Gets or sets the series timer identifier. -- cgit v1.2.3