updated live tv methods + nuget

This commit is contained in:
Luke Pulverenti
2013-11-30 01:49:38 -05:00
parent f05ea5d20f
commit 45a4d25e26
11 changed files with 109 additions and 21 deletions

View File

@@ -14,7 +14,9 @@ namespace MediaBrowser.Model.LiveTv
public enum RecurrenceType
{
Manual,
NewProgramEvents,
AllProgramEvents
NewProgramEventsOneChannel,
AllProgramEventsOneChannel,
NewProgramEventsAllChannels,
AllProgramEventsAllChannels
}
}

View File

@@ -58,10 +58,10 @@ namespace MediaBrowser.Model.LiveTv
public RecordingStatus Status { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is recurring.
/// Gets or sets the recurring timer identifier.
/// </summary>
/// <value><c>true</c> if this instance is recurring; otherwise, <c>false</c>.</value>
public bool IsRecurring { get; set; }
/// <value>The recurring timer identifier.</value>
public string RecurringTimerId { get; set; }
/// <summary>
/// Gets or sets the pre padding seconds.