Playlist not refreshed after adding a track via API

448 Views Asked by At

I'm trying to integrate Deezer with Slack. A user would be able to type !play Blackmill - Let It Be in Slack and via a webhook to Deezer API a track would be added to our room's playlist.

To add a track I post to http://api.deezer.com/playlist/123456789/tracks?songs=22945401, it returns true, and the track is actually added. But in the browser where the playlist is currently playing I don't get the new track until a page refresh, so the playlist just stops after the last track that was already there.

I know there's collaborative playlists which somehow work in a similar fashion, so I'm hoping it's possible to implement what I described.

Is there a way I can tell Deezer to refresh the playlist? Or maybe there's a better approach altogether?

0

There are 0 best solutions below