You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am looking for the functionality to add whole artist albums to a playlist, but it seems it is only possible to add tracks for what ever reason. It's many more requests this way to the API, and I would rather keep the amount of requests small.
Is your feature request related to a problem? Please describe.
I am looking for the functionality to add whole artist albums to a playlist, but it seems it is only possible to add tracks for what ever reason. It's many more requests this way to the API, and I would rather keep the amount of requests small.
This is probably not possible since it is not documented in: https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist, but I was wondering if there is a way that I don't see.
Describe the solution you'd like
.addTracksToPlaylist()
should also support albums rather than just tracks and episodes.Describe alternatives you've considered
Iterating over all albums, making a lot of requests for tracks.
The text was updated successfully, but these errors were encountered: