-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add reset track control #214
Comments
This is already the behavior of pressing |
This is not true.
If you take a look at the documentation for that endpoint (see here), you'll find the following line:
|
Ah! you're right. Seems I was still looking at the beta API documentation still where that is not called out. That said, I have not noticed that this behavior has actually come about yet, but I agree that this should be addressed and your PR looks good to me. |
Which version are you using? I'm experiencing this behavior with v0.11.0. We might also consider changing the behavior of the |
I am also on 0.11.0. Besides, this would be agnostic to the version of Also, +1 to your point of handling this within As for Spotify's API documentation, it is very confusing which to believe. The endpoint you have referenced is marked beta and there is a link at the top of that page which takes you to the docs I referenced, which are also beta. At any rate, even when I click the "TRY IT" button on the endpoint's doc page, it still only resets playback. |
Ah, just figured it out right after posting. I am using When I play spotify through the native app, the endpoint behaves as documented. |
I assumed previous versions of
I'll get started on this tonight then. |
I would have thought so, but this is obviously not the case. It does make some sense that the difference would not lie in the |
It would be nice if there were a way to reset the track (seek to 0:00). Going to the previous track (p) then next track (n) to reset the song isn't ideal because it requires an extra keypress, and the previous song immediately starts playing.
The text was updated successfully, but these errors were encountered: