aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts2
1 files changed, 1 insertions, 1 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 ec027f257..627de33c0 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
@@ -265,7 +265,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
265 downloadEnabled: true, 265 downloadEnabled: true,
266 channelId: this.firstStepChannelId, 266 channelId: this.firstStepChannelId,
267 nsfw: this.serverConfig.instance.isNSFW, 267 nsfw: this.serverConfig.instance.isNSFW,
268 privacy: VideoPrivacy.PRIVATE.toString(), 268 privacy: this.highestPrivacy.toString(),
269 filename: file.name, 269 filename: file.name,
270 previewfile: previewfile as any 270 previewfile: previewfile as any
271 } 271 }