From 4e29f4fe23b413cc8c55ac0d8373f36bcd60b47a Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 8 Nov 2021 04:20:04 +0100 Subject: video: add video stranscoding_failed state --- server/initializers/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/initializers') 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 } = { [VideoState.TO_IMPORT]: 'To import', [VideoState.WAITING_FOR_LIVE]: 'Waiting for livestream', [VideoState.LIVE_ENDED]: 'Livestream ended', - [VideoState.TO_MOVE_TO_EXTERNAL_STORAGE]: 'To move to an external storage' + [VideoState.TO_MOVE_TO_EXTERNAL_STORAGE]: 'To move to an external storage', + [VideoState.TRANSCODING_FAILED]: 'Transcoding failed' } const VIDEO_IMPORT_STATES: { [ id in VideoImportState ]: string } = { -- cgit v1.2.3