diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 85944fa3a..ba522c9de 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -577,6 +577,7 @@ const VIDEO_PLAYLIST_TYPES: { [ id in VideoPlaylistType ]: string } = { | |||
577 | const RUNNER_JOB_STATES: { [ id in RunnerJobState ]: string } = { | 577 | const RUNNER_JOB_STATES: { [ id in RunnerJobState ]: string } = { |
578 | [RunnerJobState.PROCESSING]: 'Processing', | 578 | [RunnerJobState.PROCESSING]: 'Processing', |
579 | [RunnerJobState.COMPLETED]: 'Completed', | 579 | [RunnerJobState.COMPLETED]: 'Completed', |
580 | [RunnerJobState.COMPLETING]: 'Completing', | ||
580 | [RunnerJobState.PENDING]: 'Pending', | 581 | [RunnerJobState.PENDING]: 'Pending', |
581 | [RunnerJobState.ERRORED]: 'Errored', | 582 | [RunnerJobState.ERRORED]: 'Errored', |
582 | [RunnerJobState.WAITING_FOR_PARENT_JOB]: 'Waiting for parent job to finish', | 583 | [RunnerJobState.WAITING_FOR_PARENT_JOB]: 'Waiting for parent job to finish', |