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
Deezers api doesnt allow the retreval of the current song a person is listening to which is why I marked it as Service/no-api and deezer doesnt seem to have updated their api so until that happens I cant support it.
// Callback function is called when the currently playing track has changed DZ.Event.subscribe('current_track', function(track, current_track){ console.log("Currently playing track", track); });
Additionnal Info
There are more events offered by the SDK:
player_play
player_paused
track_end
Deezer has a simple API : https://developers.deezer.com/api
The text was updated successfully, but these errors were encountered: