add new tab to series timer page

This commit is contained in:
Luke Pulverenti
2014-01-08 00:25:21 -05:00
parent ed87558e94
commit 2e499c60e0
3 changed files with 42 additions and 2 deletions

View File

@@ -46,6 +46,12 @@
/// </summary>
/// <value><c>null</c> if [is recording] contains no value, <c>true</c> if [is recording]; otherwise, <c>false</c>.</value>
public bool? IsRecording { get; set; }
/// <summary>
/// Gets or sets the series timer identifier.
/// </summary>
/// <value>The series timer identifier.</value>
public string SeriesTimerId { get; set; }
}
public class RecordingGroupQuery
@@ -64,6 +70,12 @@
/// </summary>
/// <value>The channel identifier.</value>
public string ChannelId { get; set; }
/// <summary>
/// Gets or sets the series timer identifier.
/// </summary>
/// <value>The series timer identifier.</value>
public string SeriesTimerId { get; set; }
}
public class SeriesTimerQuery