aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-import
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video-import')
-rw-r--r--client/src/app/shared/video-import/video-import.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-import/video-import.service.ts b/client/src/app/shared/video-import/video-import.service.ts
index 74c458645..2163eb905 100644
--- a/client/src/app/shared/video-import/video-import.service.ts
+++ b/client/src/app/shared/video-import/video-import.service.ts
@@ -81,7 +81,7 @@ export class VideoImportService {
81 nsfw: video.nsfw, 81 nsfw: video.nsfw,
82 waitTranscoding: video.waitTranscoding, 82 waitTranscoding: video.waitTranscoding,
83 commentsEnabled: video.commentsEnabled, 83 commentsEnabled: video.commentsEnabled,
84 downloadingEnabled: video.downloadingEnabled, 84 downloadEnabled: video.downloadEnabled,
85 thumbnailfile: video.thumbnailfile, 85 thumbnailfile: video.thumbnailfile,
86 previewfile: video.previewfile, 86 previewfile: video.previewfile,
87 scheduleUpdate 87 scheduleUpdate