Skip to content

Commit ecc8721

Browse files
committed
Remove duplicate download call
Removes an extra call that was downloading the first file twice.
1 parent 64ded80 commit ecc8721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ async function downloader(downloads){
319319
console.error('Download failed:', error);
320320
});
321321

322-
await dl.start();
323322
if ( ! url.includes('s3.amazonaws.com')){
324323
// Part 2 if exists repeat
325324
var response = await fetch(url + '.part2', {method: 'HEAD'});

0 commit comments

Comments
 (0)