mirror of https://github.com/Chocobozzz/PeerTube
Fix import videos tool
parent
e6607b2512
commit
f40411a62e
|
@ -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…
Reference in New Issue