mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
more sync movement
This commit is contained in:
12
MediaBrowser.Model/Sync/SyncJobItemStatus.cs
Normal file
12
MediaBrowser.Model/Sync/SyncJobItemStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public enum SyncJobItemStatus
|
||||
{
|
||||
Queued = 0,
|
||||
Converting = 1,
|
||||
Transferring = 2,
|
||||
Completed = 3,
|
||||
Failed = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user