Skip to content

feat(queue): add "Add to My Queue" button #6

Description

@Rend1027
  • Let users click on a track to add it to their own Spotify queue.

Endpoint You Need to Use
POST https://api.spotify.com/v1/me/player/queue?uri=spotify:track:{track_id}

You’ll send this request with:
An Authorization header containing the user's access token
The Spotify URI of the song you want to queue (replace {track_id} )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions