mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
sync updates
This commit is contained in:
@@ -5,10 +5,11 @@ namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
Queued = 0,
|
||||
Converting = 1,
|
||||
Transferring = 2,
|
||||
Completed = 3,
|
||||
CompletedWithError = 4,
|
||||
Failed = 5,
|
||||
Cancelled = 6
|
||||
ReadyToTransfer = 2,
|
||||
Transferring = 3,
|
||||
Completed = 4,
|
||||
CompletedWithError = 5,
|
||||
Failed = 6,
|
||||
Cancelled = 7
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user