I noticed that this only happens when there are albums with several artists.
Instead of just [MPMediaQuery artistQuery] following pretends to be this behavior:
MPMediaQuery *artistsQuery = [MPMediaQuery artistsQuery]; artistsQuery.groupingType = MPMediaGroupingAlbumArtist; NSArray *collections = [artistQuery collection];
miho
source share