]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / video-add-components / video-upload.component.html
index 86a779f8a6ec11974e1e736f3622ec459b067f9d..14cd06fcfa2e05f09cf422bffb305295a5f0424e 100644 (file)
@@ -96,7 +96,7 @@
   <my-video-edit
     [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions"
     [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels"
-    [waitTranscodingEnabled]="true"
+    [waitTranscodingEnabled]="true" [schedulePublicationPossible]="schedulePublicationPossible"
     type="upload"
   ></my-video-edit>