Is your feature request related to a problem? Please describe.
When trying to keep a playlist synced, it's too much work to always fetch the playlist items then remove outdated tracks and add new ones (to save bandwidth and avoid being rate limited). Emptying the entire playlist and refilling isn't that efficient.
Describe the solution you'd like
I want a method that is similar to spotipy's playlist_replace_items. More details here
Is your feature request related to a problem? Please describe. When trying to keep a playlist synced, it's too much work to always fetch the playlist items then remove outdated tracks and add new ones (to save bandwidth and avoid being rate limited). Emptying the entire playlist and refilling isn't that efficient.
Describe the solution you'd like I want a method that is similar to spotipy's playlist_replace_items. More details here