JoeGermuska / birdnest

A little project around our JQBX group
birdnest.vercel.app
MIT License
1 stars 0 forks source link

Fix album loading #1

Open JoeGermuska opened 3 years ago

JoeGermuska commented 3 years ago

The process for saving playlist JSON to db objects doesn't populate track.album. I don't think there's enough data to do it, plus albums have their own artists, so I think we just extend the load to get album IDs for all tracks, then get full album JSON and insert that too before committing.