mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #231] Missing resume_playback #78
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#78
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 @marioortizmanero on GitHub (Jul 14, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/231
Originally assigned to: @marioortizmanero on GitHub.
Describe the bug
It's basically
start_uris_playbackbut without having to passuris@ramsayleung commented on GitHub (Jul 16, 2021):
It seems the title doesn't match the issue content?
@marioortizmanero commented on GitHub (Jul 16, 2021):
Hmm no, what I meant is that
resume_playbackshould basically be astart_uris_playbackbut without having to passuris, sorry.