mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #450] Incorrect url in OAuthClient documentation #149
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#149
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 @Arya-LL on GitHub (Jan 2, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/450
Describe the bug
The documentation for the OAuthClient trait has the wrong url for the reference link (line 960, file src/clients/oauth.rs)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to find https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track
Log/Output data
Redirected to https://developer.spotify.com/documentation/web-api/reference/get-recently-played
Additional context
I am new to GitHub and contributing to open-source projects, I apologize if I addressed the issue incorrectly. Thank you for the amazing project!
@ramsayleung commented on GitHub (Jan 3, 2024):
This problem has been fixed in this PR :)