You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even more possible events:
Events.subscribe(Events.player.volume_changed, this.onVolumeChanged);
Events.subscribe(Events.player.repeat_changed, this.onVolumeChanged);
Deezer has multiple events which could be subscribed:
Events.subscribe(Events.player.play, this._onPlayerPlay);
This would avoid polling in the integration script. If one property changes all properties could be read.
The text was updated successfully, but these errors were encountered: