geemusic icon indicating copy to clipboard operation
geemusic copied to clipboard

Undefined Variable Reference

Open troycurtisjr opened this issue 5 years ago • 0 comments

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

troycurtisjr avatar Dec 26 '19 19:12 troycurtisjr