]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/update-host.ts
Allow SSL database parameter (#4114)
[github/Chocobozzz/PeerTube.git] / scripts / update-host.ts
index d0a1b03cce93cd1f83b46a50c92176955694f715..e497be4e2614b54d122d97c6d1452e54f9195e21 100755 (executable)
@@ -127,7 +127,7 @@ async function run () {
 
     for (const file of video.VideoFiles) {
       console.log('Updating torrent file %s of video %s.', file.resolution, video.uuid)
-      await createTorrentAndSetInfoHash(video, video, file)
+      await createTorrentAndSetInfoHash(video, file)
     }
 
     for (const playlist of video.VideoStreamingPlaylists) {