updated nuget + live tv

This commit is contained in:
Luke Pulverenti
2013-12-14 10:49:11 -05:00
parent e65726e6f9
commit 0eea77b837
9 changed files with 49 additions and 13 deletions

View File

@@ -109,6 +109,11 @@ namespace MediaBrowser.Model.LiveTv
public enum ProgramAudio
{
Stereo
Unspecified,
Mono,
Stereo,
Dolby,
DolbyDigital,
Thx
}
}

View File

@@ -3,12 +3,15 @@ namespace MediaBrowser.Model.LiveTv
{
public enum RecordingStatus
{
Pending,
New,
Scheduled,
InProgress,
Completed,
CompletedWithError,
Conflicted,
Deleted
Abored,
Cancelled,
ConflictedOk,
ConflictedNotOk,
Error
}
public enum RecurrenceType