mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
update sync objects
This commit is contained in:
parent
4548e6598d
commit
ea9e8b957c
95 changed files with 730 additions and 330 deletions
|
|
@ -4,10 +4,9 @@ namespace MediaBrowser.Model.Sync
|
|||
public enum SyncJobStatus
|
||||
{
|
||||
Queued = 0,
|
||||
Transcoding = 1,
|
||||
TranscodingFailed = 2,
|
||||
Transferring = 3,
|
||||
Completed = 4,
|
||||
Cancelled = 5
|
||||
Converting = 1,
|
||||
Transferring = 2,
|
||||
Completed = 3,
|
||||
Cancelled = 4
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue