Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

Creating a private playlist doesn't work; it is always public #39

Closed bbauman1 closed 2 years ago

bbauman1 commented 2 years ago

Thanks for your work making this package. It's super useful.

I'm creating a playlist with this endpoint:

createPlaylist(
    for userURI: SpotifyURIConvertible,
    _ playlistDetails: PlaylistDetails
)

and setting isPublic to false in PlaylistDetails. The scopes I have authorized are:

[
    .playlistModifyPrivate,
    .playlistModifyPublic,
]

The playlist creation succeeds, but it is a public playlist. Any help would be appreciated if you've ran into this before or are able to repro.

Peter-Schorn commented 2 years ago

Provide a minimum reproducible example.

Peter-Schorn commented 2 years ago

Looks like this is an issue on Spotify's end. Post about it here.