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
This is a simple fix; where the
spotify.add_to_playlistcall is made, first truncate the id array tonarrays of size 50, then makencalls to theadd_to_playlistfunction.This is already covered in the Clojure version somewhere