here comes the refactor!

This commit is contained in:
cool.gitter.choco
2025-02-03 18:29:37 -06:00
parent 35d727c2f5
commit 6fe6a31fd1
12 changed files with 2521 additions and 2125 deletions

View File

@@ -68,7 +68,7 @@ def download_artist_albums(service, artist_url, main, fallback=None, quality=Non
})
return
log_json({"status": "initializing", "type": "artist", "artist": artist_name, "total_albums": len(albums)})
log_json({"status": "initializing", "type": "artist", "artist": artist_name, "total_albums": len(albums), "album_type": album_type})
for album in albums:
try: