tags:

views:

40

answers:

0

Working on my new app called Covered, and I noticed a problem. I'm using it like this:

query = [[MPMediaQuery albumsQuery] retain]; [query setGroupingType:MPMediaGroupingAlbum];

Very simple thing, but after logging and seeing the results I noticed that it hides/skips all albums which don't have names. Is there a way to fix this? Has anyone else experienced this problem? Let me know ;)