amcquade / fresh_script

Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
MIT License
91 stars 61 forks source link

max tracks size #41

Closed amcquade closed 5 years ago

amcquade commented 5 years ago

i think there is a limit to how many songs you can add to a playlist in a single request. something should be checking the size of the tracks to make sure it doesnt exceed the limit or somehow create another tracks array to be submitted in an additional request.