aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tools/import-videos.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/import-videos.ts b/server/tools/import-videos.ts
index 11f0257a9..433cee652 100644
--- a/server/tools/import-videos.ts
+++ b/server/tools/import-videos.ts
@@ -137,6 +137,7 @@ async function uploadVideoOnPeerTube (videoInfo: any, videoPath: string, languag
137 nsfw: isNSFW(videoInfo), 137 nsfw: isNSFW(videoInfo),
138 commentsEnabled: true, 138 commentsEnabled: true,
139 description: videoInfo.description, 139 description: videoInfo.description,
140 support: undefined,
140 tags, 141 tags,
141 privacy: VideoPrivacy.PUBLIC, 142 privacy: VideoPrivacy.PUBLIC,
142 fixture: videoPath, 143 fixture: videoPath,