Re-use variable fix
This commit is contained in:
parent
a9de961e31
commit
39f0fc21da
@ -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++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user