protocol.AddAllToPlayerResponse
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 | 1 | database id | playlist id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addAllToPlayer> <id>1</id> </addAllToPlayer> </fn> </sireq>