Contents

isRatingComputed

A Boolean value that indicates whether the system computes the rating of the album using the ratings of individual tracks in the album.

Declaration

var isRatingComputed: Bool { get }

Discussion

If the user rates tracks within the album individually, but hasn’t assigned a specific rating for the album, the album rating computes as the average of the rating of all tracks within the album (tracks with no rating don’t affect this average), and this property is true.

If the user has rated the album, this property is false.

If the user hasn’t rated the album and hasn’t rated any tracks on this album, the property is false.

See Also

Getting Album Info