mirror of
https://github.com/cooperhammond/irs.git
synced 2025-03-22 16:15:05 +00:00
Minorly stupid detail I overlooked with downloading albums
This commit is contained in:
parent
f2966b3e34
commit
b865aaa2a8
|
@ -88,7 +88,7 @@ def rip_album(album, artist,
|
|||
print (color("\n%s/%s - " % (i + 1, len(songs)), ["UNDERLINE"]), end="")
|
||||
rip_mp3(j, artist, part_of_album=True, album=album, tracknum=i + 1, album_art_url=album_art_url)
|
||||
|
||||
if errors.size > 0:
|
||||
if len(errors) > 0:
|
||||
for error in errors: print (error)
|
||||
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue