geemusic
geemusic copied to clipboard
Undefined Variable Reference
In play_artist_radio
there is an attempt to reference album
which doesn't actually exist in this function:
if "albumArtRef" in album:
thumbnail = api.get_thumbnail(album['albumArtRef'])
else:
thumbnail = None
https://github.com/stevenleeg/geemusic/blob/master/geemusic/intents/selection.py#L267