mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #464] SimplifiedAlbum added onto SimplifiedTrack Struct #152
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: SimplifiedAlbumWhich is the same as the FullTrack album member.