mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #423] Missing market field on the album API call #143
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#143
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 @rileyallyn on GitHub (Jun 2, 2023).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/423
Describe the bug
The album function
github.com/ramsayleung/rspotify@08387401aa/src/clients/base.rs (L373)does not have a param for the market field which is in the API documentation.To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Having a market field
Log/Output data
N/A
Additional context
https://developer.spotify.com/documentation/web-api/reference/get-an-album and https://developer.spotify.com/documentation/web-api/concepts/track-relinking
@ramsayleung commented on GitHub (Jun 7, 2023):
I think
Spotifyjust updated their API by adding a new field namedmarket,RSpotifyshould update thealbumendpoint accordingly.So, feel free to create a PR to fix this problem.