vially / googlemusic-xbmc

Google Music addon for Kodi
GNU General Public License v3.0
176 stars 48 forks source link

Fix sharing from Yatse #61

Closed ffleischer closed 9 years ago

ffleischer commented 9 years ago

The line get = params.get is missing in GoogleMusicActions::playAll, which results in an error when trying to share an album from Yatse (XBMC remote)

kylegordon commented 9 years ago

This appears to have been fixed in the latest rev, in https://github.com/vially/googlemusic-xbmc/blob/develop/GoogleMusicActions.py

ffleischer commented 9 years ago

Awesome :+1: