mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
video: add video stranscoding_failed state
This commit is contained in:
committed by
Chocobozzz
parent
9c39161203
commit
4e29f4fe23
@@ -4,5 +4,6 @@ export const enum VideoState {
|
||||
TO_IMPORT = 3,
|
||||
WAITING_FOR_LIVE = 4,
|
||||
LIVE_ENDED = 5,
|
||||
TO_MOVE_TO_EXTERNAL_STORAGE = 6
|
||||
TO_MOVE_TO_EXTERNAL_STORAGE = 6,
|
||||
TRANSCODING_FAILED = 7
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user