diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index fb6bc9a66..845576667 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -420,7 +420,8 @@ const VIDEO_STATES: { [ id in VideoState ]: string } = { | |||
420 | [VideoState.TO_IMPORT]: 'To import', | 420 | [VideoState.TO_IMPORT]: 'To import', |
421 | [VideoState.WAITING_FOR_LIVE]: 'Waiting for livestream', | 421 | [VideoState.WAITING_FOR_LIVE]: 'Waiting for livestream', |
422 | [VideoState.LIVE_ENDED]: 'Livestream ended', | 422 | [VideoState.LIVE_ENDED]: 'Livestream ended', |
423 | [VideoState.TO_MOVE_TO_EXTERNAL_STORAGE]: 'To move to an external storage' | 423 | [VideoState.TO_MOVE_TO_EXTERNAL_STORAGE]: 'To move to an external storage', |
424 | [VideoState.TRANSCODING_FAILED]: 'Transcoding failed' | ||
424 | } | 425 | } |
425 | 426 | ||
426 | const VIDEO_IMPORT_STATES: { [ id in VideoImportState ]: string } = { | 427 | const VIDEO_IMPORT_STATES: { [ id in VideoImportState ]: string } = { |