X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-live%2Flive-stream-information.component.ts;h=400a6fa01c420513b14a288ccc97962563e8dd15;hb=HEAD;hp=3dd59bb572933badb6dbae7a58f578ca14b2b66a;hpb=c8fa571f32b10c083fab07f28d2ef55895ef40af;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.ts b/client/src/app/shared/shared-video-live/live-stream-information.component.ts index 3dd59bb57..400a6fa01 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.ts +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.ts @@ -43,7 +43,9 @@ export class LiveStreamInformationComponent { [LiveVideoError.BLACKLISTED]: $localize`Live blacklisted`, [LiveVideoError.DURATION_EXCEEDED]: $localize`Max duration exceeded`, [LiveVideoError.FFMPEG_ERROR]: $localize`Server error`, - [LiveVideoError.QUOTA_EXCEEDED]: $localize`Quota exceeded` + [LiveVideoError.QUOTA_EXCEEDED]: $localize`Quota exceeded`, + [LiveVideoError.RUNNER_JOB_CANCEL]: $localize`Runner job cancelled`, + [LiveVideoError.RUNNER_JOB_ERROR]: $localize`Error in runner job` } return errors[session.error]