From 8efc27bf14f1fe3ed23cd8a6d2de1f0918a7f769 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Feb 2021 11:28:00 +0100 Subject: Cleanup --- scripts/update-host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/update-host.ts') diff --git a/scripts/update-host.ts b/scripts/update-host.ts index d0a1b03cc..e497be4e2 100755 --- a/scripts/update-host.ts +++ b/scripts/update-host.ts @@ -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) { -- cgit v1.2.3