Skip to content
New issue

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

fix: fixed inaccurate saved tracks return type #49

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

braydenbabbitt
Copy link
Contributor

@braydenbabbitt braydenbabbitt commented Jul 14, 2024

I noticed that the return type of getSavedTracks was inaccurate, since it doesn't just return the track object in the response items array, but it returns an object with an added_at timestamp and track object.

See Spotify Web API documentation I referenced: https://developer.spotify.com/documentation/web-api/reference/get-users-saved-tracks

@MellKam
Copy link
Owner

MellKam commented Jul 15, 2024

Hey! Thanks for catching that 🫶

@MellKam MellKam merged commit 34d6dbe into MellKam:main Jul 15, 2024
1 check failed
@MellKam
Copy link
Owner

MellKam commented Jul 15, 2024

@all-contributors please add @braydenbabbitt for bug

Copy link
Contributor

@MellKam

I've put up a pull request to add @braydenbabbitt! 🎉

@braydenbabbitt
Copy link
Contributor Author

braydenbabbitt commented Jul 16, 2024

Thanks y'all! Love the library. It's super useful! Hoping to contribute more :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants