protocol.deezer.radio.player.DeezerRadioChangeNextTrackRequest
This request allows you tell the specified deezer radio players to change the future track to be played.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deezerRadioChangeNext> <id>255</id> <id>255</id> </deezerRadioChangeNext> </fn> </sireq>