JonWash86 / Bonsai-Radio

A playlist management application which leverages the spotify and last.fm apis to bring joy to music nerds
http://www.bonsairadio.com
1 stars 1 forks source link

Clean up the data processing, ensure the allSongs object includes Spotify ids #45

Open JonWash86 opened 1 year ago

JonWash86 commented 1 year ago

In order to create new playlists with songs, or add them to existing playlists, we should make sure we hang onto the spotify id for the songs.

I also implemented this process three years ago, and am sure there's a cleaner, more efficient way to make my api calls and collate data.