vially / googlemusic-xbmc

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

Fix duplicate/misordered entries in Thumbs Up auto playlist #99

Closed ccope closed 6 years ago

ccope commented 6 years ago

I noticed that my Thumbs Up playlist in Kodi didn't match what's on my phone. It looks like this code just repeatedly appended the songs returned by the API, so I changed it to just use the results from the API.