update timer listings

This commit is contained in:
Luke Pulverenti
2016-10-04 01:15:39 -04:00
parent d3583c1460
commit c4e137e6cf
10 changed files with 71 additions and 37 deletions

View File

@@ -1215,6 +1215,7 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The timer identifier.</value>
public string TimerId { get; set; }
public RecordingStatus TimerStatus { get; set; }
/// <summary>
/// Gets or sets the current program.
/// </summary>

View File

@@ -15,5 +15,7 @@
public string SeriesTimerId { get; set; }
public bool? IsActive { get; set; }
public bool? IsScheduled { get; set; }
}
}