protocol.deezer.AddDeezerAlbumToLibraryRequest
This request allows you to add a deezer album (by id) to the muse library. This will add the albums tracks.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | deezer user id |
alid | no | 1 | database id | album id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addDeezerAlbumToLibrary> <uids> <uid>1</uid> <uid>2</uid> </uids> <alid>4354354354</alid> </addDeezerAlbumToLibrary> </fn> </siresp>