Skip to content

Set the player's playback mode

PUT
/api/players/{id}/mode

Sets playback mode for this player only. The player is first moved onto its own working copy of the playlist, so the mode never affects a saved library playlist or another player. Returns the effective playlist id.

id
required
string format: uuid
object
mode
Allowed values: Sequential RepeatOne RepeatAll Shuffle

OK

object
playlistId
string format: uuid
mode
Allowed values: Sequential RepeatOne RepeatAll Shuffle

Not Found