mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 20:27:14 +02:00
Re-use variable fix
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user