Fix import videos tool
This commit is contained in:
parent
e6607b2512
commit
f40411a62e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue