Include download url of the map in the log

This commit is contained in:
Zagrios
2025-04-03 15:37:39 +02:00
parent 188aa68b86
commit baa1ec60a1
@@ -428,9 +428,10 @@ export class LocalMapsManagerService {
throw new Error("Cannot download map, no hash found");
}
log.info("Downloading map", map.name, map.id);
const zipUrl = map.versions.at(0).downloadURL;
log.info("Downloading map", map.name, map.id, zipUrl);
const mapFolderName = sanitize(`${map.id} (${map.metadata.songName} - ${map.metadata.levelAuthorName})`);
const mapsFolder = await this.getMapsFolderPath(version);