Tabulate songs in list
This commit is contained in:
parent
cb8a07bf54
commit
82274d2a00
@ -243,7 +243,7 @@ class BadWitch:
|
|||||||
for song, songcontent in albumcontent.items():
|
for song, songcontent in albumcontent.items():
|
||||||
if song == 'meta':
|
if song == 'meta':
|
||||||
continue
|
continue
|
||||||
print(str(songcontent['track'])
|
print('\t' + str(songcontent['track'])
|
||||||
+ ' - ' + song
|
+ ' - ' + song
|
||||||
+ ' by ' + songcontent['artist'])
|
+ ' by ' + songcontent['artist'])
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user