add Item To End Of Queue Rest Action
fun addItemToEndOfQueueRestAction(uri: PlayableUri, deviceId: String? = null): SpotifyRestAction<Unit>
Content copied to clipboard
Add an item to the end of the user’s current playback queue.
Requires the SpotifyScope.USER_MODIFY_PLAYBACK_STATE scope
Parameters
uri
The uri of the item to add to the queue. Must be a track or an episode uri.
deviceId
The device to play on.
Sources
common source
Link copied to clipboard