mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
Add GPL modules
This commit is contained in:
14
MediaBrowser.Model/Sync/SyncJobStatus.cs
Normal file
14
MediaBrowser.Model/Sync/SyncJobStatus.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncJobStatus
|
||||
{
|
||||
Queued = 0,
|
||||
Converting = 1,
|
||||
ReadyToTransfer = 2,
|
||||
Transferring = 3,
|
||||
Completed = 4,
|
||||
CompletedWithError = 5,
|
||||
Failed = 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user