aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-01 16:45:38 +0100
committerChocobozzz <me@florianbigard.com>2018-03-01 16:45:38 +0100
commitf40411a62e9eab744ff2a4cad9d18b56429a0093 (patch)
tree5ed8614684187d384e7c52a75fdb3ef631981476 /server
parente6607b2512310a1440e235fe9c4d67fe36f7b317 (diff)
downloadPeerTube-f40411a62e9eab744ff2a4cad9d18b56429a0093.tar.gz
PeerTube-f40411a62e9eab744ff2a4cad9d18b56429a0093.tar.zst
PeerTube-f40411a62e9eab744ff2a4cad9d18b56429a0093.zip
Fix import videos tool
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,