aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-07 10:27:08 +0100
committerChocobozzz <me@florianbigard.com>2022-02-07 10:27:08 +0100
commit4afec7357129590b0e0f3558ecb9ac20e0903600 (patch)
tree3c06c04ed4e2866e9102bfdb6882bd7f68a084a1 /client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
parent4393b2552c4ecb9fe43ff78480da0826c04709c0 (diff)
downloadPeerTube-4afec7357129590b0e0f3558ecb9ac20e0903600.tar.gz
PeerTube-4afec7357129590b0e0f3558ecb9ac20e0903600.tar.zst
PeerTube-4afec7357129590b0e0f3558ecb9ac20e0903600.zip
Fix scheduled publication on upload
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
index fce5a1ee5..ecec6045b 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
@@ -53,7 +53,7 @@
53<form [hidden]="!isInUpdateForm" novalidate [formGroup]="form"> 53<form [hidden]="!isInUpdateForm" novalidate [formGroup]="form">
54 <my-video-edit 54 <my-video-edit
55 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" 55 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions"
56 [schedulePublicationPossible]="false" [waitTranscodingEnabled]="isWaitTranscodingEnabled()" 56 [forbidScheduledPublication]="true" [waitTranscodingEnabled]="isWaitTranscodingEnabled()"
57 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" [liveVideo]="liveVideo" 57 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" [liveVideo]="liveVideo"
58 type="go-live" 58 type="go-live"
59 ></my-video-edit> 59 ></my-video-edit>