Hi everyone,
I’m poking around using the API to create a playlists and fill it with some track.
I found how to create a playlist but (incredibly) I wasn’t able to find how to add a track.
To create the playlist I used “core.playlists.create” but how can I add a track to the new playlist?
I could find into the documentation, I’d probably miss something… but what?
I can find no such thing as playlist.copy in the API (I am using websockets here), which is logical, as there is no playlist object that can have methods over JSON-RPC.