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

playlist_unfollow should return ClientResult<()> #229

Closed
marioortizmanero opened this issue Jul 14, 2021 · 0 comments · Fixed by #226
Closed

playlist_unfollow should return ClientResult<()> #229

marioortizmanero opened this issue Jul 14, 2021 · 0 comments · Fixed by #226
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@marioortizmanero
Copy link
Collaborator

https://developer.spotify.com/documentation/web-api/reference/#endpoint-unfollow-playlist

AFAIK its return value is always empty, so ClientResult<String> is unnecessary.

@marioortizmanero marioortizmanero added bug Something isn't working help wanted Extra attention is needed labels Jul 14, 2021
@marioortizmanero marioortizmanero self-assigned this Jul 14, 2021
@marioortizmanero marioortizmanero changed the title unfollow_playlist should return ClientResult<()> playlist_unfollow should return ClientResult<()> Jul 14, 2021
marioortizmanero added a commit that referenced this issue Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant