protocol.AddTracksToPlayerResponse
This response acts as an acknowledgment to its corresponding request.
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. starts at 1 |
uid | no | 1 | user id | deezer user id |
app | no | 1 | boolean | append to or replace queue. on/off |
items | no | 1 | list | a list of track id's |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addTracksToPlayer> <id>1</id> <uid>1</uid> <app>on</app> <items> <trid>12121212121</trid> <trid>12121212121</trid> </items> </addTracksToPlayer> </fn> </siresp>