Get Playback State
You can use this node to get playback state, i.e., information like what the user is playing, which device they are using, whether their repeat mode is on, etc.
Last updated
Was this helpful?
You can use this node to get playback state, i.e., information like what the user is playing, which device they are using, whether their repeat mode is on, etc.
Last updated
Was this helpful?
stateType
(enum) : Use "playback" if you want to get the current track or episode being played (corresponding to this API). Use "playerState" if you want to get info about the current state of playback like whether shuffle is on, which device the user is using, etc.
spotifyState
(JSON object) : Contains the requested information about playback state. describes what the object will contain if stateType is "playback". describes what the object will contain if stateType is "playerState".