RyanRussell00 / personal-dj

Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
http://personaldj.net/
MIT License
26 stars 12 forks source link

Fix issue when requesting 0 songs #41

Closed josephshanak closed 3 years ago

josephshanak commented 3 years ago

Right now you can ask for 0 songs, but when you do, Spotify returns an error.

{"status":400,"message":"Something went wrong, no idea what happened. You're on your own!","trackResult":null}

This PR changes the minimum to 1 song to avoid this.