jwilsson / spotify-web-api-php

A PHP wrapper for Spotify's Web API.
MIT License
867 stars 156 forks source link

createPlaylist() options documentation incomplete #251

Closed Xymph closed 2 years ago

Xymph commented 2 years ago

The options array for createPlaylist() is shown to support two, but it supports the description and collaborative options too (like with updatePlaylist()).

For addPlaylistTracks(), "appened" should be appended. (This one just jumped out, I didn't proofread the whole thing.)

jwilsson commented 2 years ago

Thanks for pointing it out!