Hi. If two albums have the same name, even by two different artists, Audiofy lists only one album, with all the tracks of the two artists inside! Now, i'm not an experienced coder, but i could see that the function:
suspend fun ContentResolver.getAlbum(-----)
gets the list of the audios of an album by the album name. Why not by id?
Thx
Hi. If two albums have the same name, even by two different artists, Audiofy lists only one album, with all the tracks of the two artists inside! Now, i'm not an experienced coder, but i could see that the function:
suspend fun ContentResolver.getAlbum(-----)
gets the list of the audios of an album by the album name. Why not by id?
Thx