protocol.CreateGeniusPlaylistResponse
This response acts as an acknowledgement to its corresponding request. The concept of genius as a playlist will cease in future versions This message will remain in the short term for backward compatibility but will not do anything.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
trid | no | 1 | database id | id of track in database |
Example xml:
<siresp> <cid>Mum</cid> <fn> <createGeniusPlaylist> <trid>12121212121</trid> </createGeniusPlaylist> </fn> </siresp>