Fix import videos tool
This commit is contained in:
parent
e6607b2512
commit
f40411a62e
|
@ -137,6 +137,7 @@ async function uploadVideoOnPeerTube (videoInfo: any, videoPath: string, languag
|
||||||
nsfw: isNSFW(videoInfo),
|
nsfw: isNSFW(videoInfo),
|
||||||
commentsEnabled: true,
|
commentsEnabled: true,
|
||||||
description: videoInfo.description,
|
description: videoInfo.description,
|
||||||
|
support: undefined,
|
||||||
tags,
|
tags,
|
||||||
privacy: VideoPrivacy.PUBLIC,
|
privacy: VideoPrivacy.PUBLIC,
|
||||||
fixture: videoPath,
|
fixture: videoPath,
|
||||||
|
|
Loading…
Reference in New Issue