aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
index 416b655a4..32a17052a 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
@@ -185,9 +185,9 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
185 185
186 this.form.patchValue({ 186 this.form.patchValue({
187 name, 187 name,
188 privacy, 188 privacy: this.firstStepPrivacyId,
189 nsfw, 189 nsfw,
190 channelId, 190 channelId: this.firstStepChannelId,
191 previewfile: this.previewfileUpload 191 previewfile: this.previewfileUpload
192 }) 192 })
193 193