gmusic-utils / gmusic.js

Browser-side JS library for controlling Google Music
The Unlicense
54 stars 7 forks source link

Events that use __data__ are not raised #26

Closed reduckted closed 4 years ago

reduckted commented 4 years ago

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:

Functions that no longer work:

image