You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple fix; where the spotify.add_to_playlist call is made, first truncate the id array to n arrays of size 50, then make n calls to the add_to_playlist function.
This is already covered in the Clojure version somewhere
The text was updated successfully, but these errors were encountered:
qzdl
changed the title
Allow for >50 tunes per playlist
Allow for adding >50 tunes per playlist
Aug 31, 2020
This is a simple fix; where the
spotify.add_to_playlist
call is made, first truncate the id array ton
arrays of size 50, then maken
calls to theadd_to_playlist
function.This is already covered in the Clojure version somewhere
The text was updated successfully, but these errors were encountered: