It looks like the internal __data__ property on elements that GPM stores data in has been renamed to __data. As a result, a bunch of events are no longer raised, and some functions either don't work at all or don't return the correct value.
I'm not sure exactly when this change occurred, but it must have been within the last few weeks, because it used to work around the start of the month.
Events that no longer emit:
change:rating
change:repeat
Functions that no longer work:
getRating()
setRating()
resetRating()
getRepeat()
getPlaybackState() (only works when playback state is "stopped")
It looks like the internal
__data__
property on elements that GPM stores data in has been renamed to__data
. As a result, a bunch of events are no longer raised, and some functions either don't work at all or don't return the correct value.I'm not sure exactly when this change occurred, but it must have been within the last few weeks, because it used to work around the start of the month.
Events that no longer emit:
change:rating
change:repeat
Functions that no longer work:
getRating()
setRating()
resetRating()
getRepeat()
getPlaybackState()
(only works when playback state is "stopped")