2015-08-20, 05:37
Hi,
I am posting the following JSON to the server however I'm receiving an invalid params response. Any idea why?
I have confirmed that there are items in the playlist.
I am posting the following JSON to the server however I'm receiving an invalid params response. Any idea why?
Code:
{
"id": 365,
"jsonrpc": "2.0",
"method": "Playlist.Remove",
"params": {
"playlistid": 1,
"position": 0
}
}
I have confirmed that there are items in the playlist.