mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-04-19 17:33:30 +00:00
Print "No Genres found for song" to own channel
This commit is contained in:
@@ -58,7 +58,7 @@ def get_song_info(song_id) -> Tuple[List[str], List[str], str, str, Any, Any, An
|
||||
genres.append(artistInfo[GENRES][0])
|
||||
|
||||
if len(genres) == 0:
|
||||
Printer.print(PrintChannel.SKIPS, '### No Genre found.')
|
||||
Printer.print(PrintChannel.WARNINGS, '### No Genres found for song ' + info[TRACKS][0][NAME])
|
||||
genres.append('')
|
||||
|
||||
album_name = info[TRACKS][0][ALBUM][NAME]
|
||||
|
||||
Reference in New Issue
Block a user