[GH-ISSUE #464] SimplifiedAlbum added onto SimplifiedTrack Struct #152

Closed
opened 2026-02-27 20:23:25 +03:00 by kerem · 0 comments
Owner

Originally created by @channingbabb on GitHub (Mar 8, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/464

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.

Originally created by @channingbabb on GitHub (Mar 8, 2024). Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/464 **Describe the bug** I believe that the SimplifiedTrack struct should have the SimplifiedAlbum per [Recommendations on Spotify Developers API](https://developer.spotify.com/documentation/web-api/reference/get-recommendations). **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.
kerem 2026-02-27 20:23:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#152
No description provided.