We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The album function
rspotify/src/clients/base.rs
Line 373 in 0838740
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
The text was updated successfully, but these errors were encountered:
I think Spotify just updated their API by adding a new field named market, RSpotify should update the album endpoint accordingly.
Spotify
market
RSpotify
album
So, feel free to create a PR to fix this problem.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The album function
rspotify/src/clients/base.rs
Line 373 in 0838740
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
The text was updated successfully, but these errors were encountered: