mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #51] Start playback at position_ms #17
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#17
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 @Rigellute on GitHub (Sep 1, 2019).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/51
Firstly, thank you for creating this amazing crate, it's made working with the spotify API so fun.
I have this usecase
Looks like the spotify api let's you pass in
position_msto theplayendpoint https://developer.spotify.com/documentation/web-api/reference/player/start-a-users-playback/Which I think is what I need?
Potential solution
Pass
position_msas a fourth paramter to thestart_playbackfunction.Or perhaps I am missing something? Is there an existing way of resuming playback?
@ramsayleung commented on GitHub (Sep 3, 2019):
No, you didn't do anything wrong or miss something, it's just my mistake. It seems when I develop this crate, Spotify doesn't provide such an argument, I will fix it later.
@ramsayleung commented on GitHub (Sep 3, 2019):
And just feels free to make a PR to fix this issue, it's easy and interesting, doesn't it :)
@Rigellute commented on GitHub (Sep 3, 2019):
Cool thanks. Have raised a PR adding this 👍