mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
updated nuget + live tv
This commit is contained in:
@@ -109,6 +109,11 @@ namespace MediaBrowser.Model.LiveTv
|
||||
|
||||
public enum ProgramAudio
|
||||
{
|
||||
Stereo
|
||||
Unspecified,
|
||||
Mono,
|
||||
Stereo,
|
||||
Dolby,
|
||||
DolbyDigital,
|
||||
Thx
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user