addItemToEndOfQueueRestAction

fun addItemToEndOfQueueRestAction(uri: PlayableUri, deviceId: String? = null): SpotifyRestAction<Unit>

Add an item to the end of the user’s current playback queue.

Requires the SpotifyScope.USER_MODIFY_PLAYBACK_STATE scope

Api Reference

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