protocol.AddToPlayerFreqGenreResponse2
This request acts as an acknowledgment of 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 multi genre items i.e. album,playlist,composer,artist |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addToPlayerFreqGenre2> <id>1</id> <uid>1</uid> <app>on</app> <items> <arid>45435434354343</arid> <arid>45435434354343</arid> <alid>232322323</alid> <plid>232322323</plid> <cpid>5435455435</cpid> </items> </addToPlayerFreqGenre2> </fn> </siresp>