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-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-upload.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-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 db494a02f..860fb76fa 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" [schedulePublicationPossible]="schedulePublicationPossible" 99 [waitTranscodingEnabled]="true" [forbidScheduledPublication]="false"
100 type="upload" 100 type="upload"
101 ></my-video-edit> 101 ></my-video-edit>
102 102