mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update download error handling
This commit is contained in:
@@ -8,8 +8,6 @@ namespace MediaBrowser.Model.Sync
|
||||
ReadyToTransfer = 2,
|
||||
Transferring = 3,
|
||||
Synced = 4,
|
||||
RemovedFromDevice = 5,
|
||||
Failed = 6,
|
||||
Cancelled = 7
|
||||
Failed = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user