TYBA






protocol.AddAllToPlayerRequest2

AddAllToPlayerRequest2

This request allows you to add all tracks in the database to the supplied player queue.

ParameterOptionalMax AllowedDataType Notes
cidno1text client id. used to track origin of any particular message
idno1database idplayer id
uidno1user iddeezer user id

Example xml:

 <sireq>
   <cid>Mum</cid>
     <fn>
        <addAllToPlayer2>
           <id>1</id>
           <uid>1</uid>
        </addAllToPlayer2>
      </fn>
 </sireq>
 

back to index