aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-11 14:16:15 +0200
committerChocobozzz <me@florianbigard.com>2022-10-11 14:17:27 +0200
commit080f14025ea5113d27b9732e06a1db7eb5489dea (patch)
tree7d8ebfa9c3311050fa020df173d5217181301a5e /client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
parente5fc6b598325c861a7696e320b8de0eecb856cc7 (diff)
downloadPeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.tar.gz
PeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.tar.zst
PeerTube-080f14025ea5113d27b9732e06a1db7eb5489dea.zip
Hide wait transcoding for lives
Replays are always transcoded
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
index 728884986..8541868c5 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
@@ -96,7 +96,7 @@
96 <my-video-edit 96 <my-video-edit
97 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" 97 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions"
98 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" 98 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels"
99 [waitTranscodingEnabled]="true" [forbidScheduledPublication]="false" 99 [forbidScheduledPublication]="false"
100 type="upload" 100 type="upload"
101 ></my-video-edit> 101 ></my-video-edit>
102 102