Kore/app/src/main/java/org/xbmc/kore/ui/sections
Synced Synapse 246693a7cc Change the source of AlbumGenres table to support Kodi v18
As detailed in https://github.com/xbmc/xbmc/pull/13051, Kodi v18 changes the way album genres are handled, as the genre (by which i mean `genreId`) ceases to be available at the album level, being only available at the songs level.
This impacts Kore because `GetAlbums` and `GetAlbumDetails` won't return the `genreId` tag, from which the local AlbumGenres table was populated.

This PR changes the source of the local AlbumGenres table to be the `genreId` returned at the song level (by `GetSongs`), to make it somewhat more consistent with the way Kodi will handle things from now on.
2018-02-22 20:57:37 +01:00
..
addon Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
audio Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
favourites Support getting favourites in Kore (#81) (#384) 2017-05-09 18:35:21 +01:00
file File view fixes (#379) 2017-05-03 09:28:12 +01:00
hosts Fix for #380 (#381) 2017-04-29 15:15:24 +01:00
remote Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
settings Fix lint errors/warnings 2017-12-25 12:57:26 +00:00
video Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00