ramsayleung / rspotify

Spotify Web API SDK implemented on Rust
MIT License
632 stars 121 forks source link

Is Add Custom Playlist Cover Image request implemented ? #438

Open tomkimsour opened 1 year ago

tomkimsour commented 1 year ago

Is your feature request related to a problem? Please describe. I want to add a image to a created playlist

Describe the solution you'd like A function like current_user_playlist_cover_update() would be convinient to use. API reference : https://developer.spotify.com/documentation/web-api/reference/upload-custom-playlist-cover

tomkimsour commented 1 year ago

I am willing to create a PR for this. I am just not sure if that exist already or not.

ramsayleung commented 1 year ago

This API is not implemented yet, and PR is definitely welcome :)