Kore/app/src/main/java/org/xbmc/kore/ui/sections/remote
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
..
NowPlayingFragment.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00
OpenSharedUrl.java Refactored share logic to show a notification when an item is added to the playlist (#473) 2018-01-26 14:03:30 +00:00
PlaylistFragment.java Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
RemoteActivity.java Simplify hardware volume key handling 2018-02-06 11:45:12 +01:00
RemoteFragment.java Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +01:00