mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Don't stuck state when move transcoding job failed
This commit is contained in:
@@ -5,5 +5,6 @@ export const enum VideoState {
|
||||
WAITING_FOR_LIVE = 4,
|
||||
LIVE_ENDED = 5,
|
||||
TO_MOVE_TO_EXTERNAL_STORAGE = 6,
|
||||
TRANSCODING_FAILED = 7
|
||||
TRANSCODING_FAILED = 7,
|
||||
TO_MOVE_TO_EXTERNAL_STORAGE_FAILED = 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user