Re-use variable fix

This commit is contained in:
softsimon
2023-05-13 13:24:44 -05:00
parent a447887901
commit da3c3e8f5c

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++;
}
}