diff options
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/RecordingInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/RecordingInfo.cs | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/MediaBrowser.Controller/LiveTv/RecordingInfo.cs b/MediaBrowser.Controller/LiveTv/RecordingInfo.cs index f61bd9e785..f0daac5f91 100644 --- a/MediaBrowser.Controller/LiveTv/RecordingInfo.cs +++ b/MediaBrowser.Controller/LiveTv/RecordingInfo.cs @@ -1,6 +1,5 @@ using MediaBrowser.Model.LiveTv; using System; -using System.Collections.Generic; namespace MediaBrowser.Controller.LiveTv { @@ -20,12 +19,6 @@ namespace MediaBrowser.Controller.LiveTv /// ChannelName of the recording. /// </summary> public string ChannelName { get; set; } - - /// <summary> - /// Gets or sets the program identifier. - /// </summary> - /// <value>The program identifier.</value> - public string ProgramId { get; set; } /// <summary> /// Name of the recording. @@ -52,31 +45,5 @@ namespace MediaBrowser.Controller.LiveTv /// </summary> /// <value>The status.</value> public RecordingStatus Status { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether this instance is recurring. - /// </summary> - /// <value><c>true</c> if this instance is recurring; otherwise, <c>false</c>.</value> - public bool IsRecurring { get; set; } - - /// <summary> - /// Parent recurring. - /// </summary> - public string RecurringParent { get; set; } - - /// <summary> - /// Start date for the recurring, in UTC. - /// </summary> - public DateTime RecurrringStartDate { get; set; } - - /// <summary> - /// End date for the recurring, in UTC - /// </summary> - public DateTime RecurringEndDate { get; set; } - - /// <summary> - /// When do we need the recording? - /// </summary> - public List<string> DayMask { get; set; } } } |
