ramsayleung / rspotify

Spotify Web API SDK implemented on Rust
MIT License
632 stars 121 forks source link

SimplifiedAlbum added onto SimplifiedTrack Struct #464

Closed channingbabb closed 6 months ago

channingbabb commented 6 months ago

Describe the bug I believe that the SimplifiedTrack struct should have the SimplifiedAlbum per Recommendations on Spotify Developers API.

Expected behavior Being able to access album information when getting track recommendations.

Additional context Here's the member that I added to the SimplifiedTrack struct that worked properly: pub album: SimplifiedAlbum

Which is the same as the FullTrack album member.