Author Topic: getting value before and after album rating changes  (Read 3534 times)

darrylful

  • Guest
I'm trying to get the value of album rating before and after the user updates it.
The change doesn't trigger a RatingChanging/RatingChanged notification.
It does trigger TagsChanging/TagsChanged notifications, however the value I get when using:
Library_GetFileTag(sourceFileUrl, MetaDataType.RatingAlbum)
in both notifications seems to be value after the update.

Thanks.