mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
video: add video stranscoding_failed state
This commit is contained in:
parent
9c39161203
commit
4e29f4fe23
4 changed files with 20 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue