mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
added recording status enum
This commit is contained in:
13
MediaBrowser.Model/LiveTv/RecordingStatus.cs
Normal file
13
MediaBrowser.Model/LiveTv/RecordingStatus.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace MediaBrowser.Model.LiveTv
|
||||
{
|
||||
public enum RecordingStatus
|
||||
{
|
||||
Pending,
|
||||
InProgress,
|
||||
Completed,
|
||||
CompletedWithError,
|
||||
Conflicted,
|
||||
Deleted
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user