mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #465] [MERGED] Add SimplifiedAlbum to SimplifiedTrack. #474
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#474
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/465
Author: @channingbabb
Created: 3/8/2024
Status: ✅ Merged
Merged: 3/9/2024
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (3)
d7db6e7Add SimplifiedAlbum to SimplifiedTrack.b3cb764Modified model test.9ffb9b2Skip if Option is none. Tracks fetched from the album have no album within the track object.📊 Changes
2 files changed (+47 additions, -1 deletions)
View changed files
📝
rspotify-model/src/track.rs(+2 -0)📝
tests/test_models.rs(+45 -1)📄 Description
Description
This adds SimplifiedAlbum member to the SimplifiedTrack struct.
Motivation and Context
Found this issue through the recommendations API.
Fixes: https://github.com/ramsayleung/rspotify/issues/464#issue-2176647918
Type of change
Please delete options that are not relevant.
- [X] Bug fix (non-breaking change which fixes an issue)
How has this been tested?
Using this function:
You were not able to see Album information prior to the member addition.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.