]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/live-stream-information.component.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.ts
index 3dd59bb572933badb6dbae7a58f578ca14b2b66a..400a6fa01c420513b14a288ccc97962563e8dd15 100644 (file)
@@ -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]