I'm trying build an android sample based on the currently existing sample. Im new to Gracenote Feature. While checking through the sample MusiIDAssetFetch.java, the below codes are used to get album
findAlbums( "Supernatural", "Africa Bamba", "Santana",null,null );
My doubt is why Im getting albumcount as 4 while Im checking for the album "Supernatural". Im supposed to get a unique global Id for album Supernatural. But here I'm getting four different ids and while checking tracks using a custom function, track count changes, but all four album have the song Africa Bamba.
Please help, why Im getting four Ids for album Supernatural?