Fix import videos tool

pull/322/head
Chocobozzz 2018-03-01 16:45:38 +01:00
parent e6607b2512
commit f40411a62e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ async function uploadVideoOnPeerTube (videoInfo: any, videoPath: string, languag
nsfw: isNSFW(videoInfo),
commentsEnabled: true,
description: videoInfo.description,
support: undefined,
tags,
privacy: VideoPrivacy.PUBLIC,
fixture: videoPath,