vially / googlemusic-xbmc

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

Fix issue with duplicated albums when browsing by Album #47

Closed rui-castro closed 9 years ago

rui-castro commented 9 years ago

Changed the DB query for albums to group results only by album, instead of album_artist and album. This prevents the same album from appearing several times if the album artist is the diferent for different tracks (like soundtracks and compilations). Fixes issue https://github.com/vially/googlemusic-xbmc/issues/43.