From dbd9fb44ddd880622265097bd7baf4dd71ea0861 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 23 Dec 2021 11:09:31 +0100 Subject: Don't stuck state when move transcoding job failed --- server/initializers/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/initializers/constants.ts') diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 57f7af789..7816561fd 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -427,7 +427,8 @@ const VIDEO_STATES: { [ id in VideoState ]: string } = { [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.TRANSCODING_FAILED]: 'Transcoding failed' + [VideoState.TRANSCODING_FAILED]: 'Transcoding failed', + [VideoState.TO_MOVE_TO_EXTERNAL_STORAGE_FAILED]: 'External storage move failed' } const VIDEO_IMPORT_STATES: { [ id in VideoImportState ]: string } = { -- cgit v1.2.3