cleanup
This commit is contained in:
@@ -45,9 +45,7 @@ def search(_str: str, _type: str = 'all') -> dict:
|
||||
}
|
||||
}
|
||||
elif type_ == 'album':
|
||||
artists = ''
|
||||
if best.artists:
|
||||
artists = ', '.join(artist.name for artist in best.artists)
|
||||
for i in best.artists:
|
||||
artist_id = i.id
|
||||
artist_name = i.name
|
||||
|
||||
Reference in New Issue
Block a user