protocol.deezer.radio.player.GetDeezerRadioNextTrackRequest
This request allows you to obtain the next track to played for the specified deezer radio player.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getDeezerRadioNext> <id>255</id> </getDeezerRadioNext> </fn> </sireq>