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.
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.