]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix import videos tool
authorChocobozzz <me@florianbigard.com>
Thu, 1 Mar 2018 15:45:38 +0000 (16:45 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 1 Mar 2018 15:45:38 +0000 (16:45 +0100)
server/tools/import-videos.ts

index 11f0257a964f3a770b557a655c06fe21aca9cce4..433cee6525e06971ba19a64d28def7afd2cff1f2 100644 (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,