Tabulate songs in list
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user