mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
sync updates
This commit is contained in:
parent
6c3209e3f9
commit
f2c3e014b7
14 changed files with 61 additions and 23 deletions
|
|
@ -4,8 +4,11 @@ namespace MediaBrowser.Model.Sync
|
|||
public enum SyncJobStatus
|
||||
{
|
||||
Queued = 0,
|
||||
InProgress = 1,
|
||||
Completed = 2,
|
||||
CompletedWithError = 3
|
||||
Converting = 1,
|
||||
Transferring = 2,
|
||||
Completed = 3,
|
||||
CompletedWithError = 4,
|
||||
Failed = 5,
|
||||
Cancelled = 6
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue