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>2021-07-30 11:24:38 +0200
committerChocobozzz <me@florianbigard.com>2021-07-30 11:24:38 +0200
commit3ce48a0cd062d9ff64d9411d702453503a49f3b1 (patch)
treefe93a031d7c2fef36971b6e0e7f3a0713aed1ae3 /client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
parentcd162f25d2c168d29f41bef4b9c99cb6fdfbac0a (diff)
downloadPeerTube-3ce48a0cd062d9ff64d9411d702453503a49f3b1.tar.gz
PeerTube-3ce48a0cd062d9ff64d9411d702453503a49f3b1.tar.zst
PeerTube-3ce48a0cd062d9ff64d9411d702453503a49f3b1.zip
Hide schedule privacy if private does not exist
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 86a779f8a..14cd06fcf 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" 99 [waitTranscodingEnabled]="true" [schedulePublicationPossible]="schedulePublicationPossible"
100 type="upload" 100 type="upload"
101 ></my-video-edit> 101 ></my-video-edit>
102 102