From 080f14025ea5113d27b9732e06a1db7eb5489dea Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Oct 2022 14:16:15 +0200 Subject: Hide wait transcoding for lives Replays are always transcoded --- .../+video-edit/video-add-components/video-go-live.component.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts') diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts index 4f2276e8c..83a6b2229 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts @@ -160,10 +160,6 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView return this.serverConfig.live.maxDuration / 1000 } - isWaitTranscodingEnabled () { - return this.form.value['saveReplay'] === true - } - getNormalLiveDescription () { if (this.isReplayAllowed()) { return $localize`Stream only once, replay will replace your live` -- cgit v1.2.3