diff --git a/badwitch.py b/badwitch.py index 4a78e42..f3e681e 100755 --- a/badwitch.py +++ b/badwitch.py @@ -243,7 +243,7 @@ class BadWitch: for song, songcontent in albumcontent.items(): if song == 'meta': continue - print(str(songcontent['track']) + print('\t' + str(songcontent['track']) + ' - ' + song + ' by ' + songcontent['artist']) return