Re-use variable fix

This commit is contained in:
softsimon 2023-05-13 13:24:44 -05:00
parent a447887901
commit da3c3e8f5c
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -123,7 +123,7 @@ function downloadPromoVideoSubtiles() {
}
} else {
console.log(`${language.name} is missing, downloading`);
download(`${PATH}/promo-video/${language.name}`, language.download_url);
download(filePath, language.download_url);
downloadedCount++;
}
}