TYBA






protocol.deezer.radio.player.GetDeezerRadioNextTrackRequest

GetDeezerRadioNextTrackRequest

This request allows you to obtain the next track to played for the specified deezer radio player.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getDeezerRadioNext>
              <id>255</id>
          </getDeezerRadioNext>
      </fn>
  </sireq>

 

back to index