Add an endpoint to set the current song
Closed this issue · 2 comments
dgellow commented
At the moment the client can only set the first song of the current playlist as the current song (and change it using previous / next features). That's not cool if you want to play the 20th song.
What do you think about a PUT request on /api/current/3
(3 is the index in the current playlist) ?
dgellow commented
If I understand correctly this discussion POST is better suited to set the current song.