mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #177] Vagueness in device id. #116
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#116
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 @shahzeb1 on GitHub (Dec 11, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/177
Hello. First of all thank you so much for this amazing library. While using it, I was reading the playback docs and I noticed that it isn't quite clear where
$deviceIdis coming from.If this is a simple fix, I will gladly create a PR if you tell me what end-point can help gather $deviceId.
@jwilsson commented on GitHub (Dec 11, 2019):
Hi!
Thank you!
The
SpotifyWebAPI::getMyDevices()method can be used to get a list of the available devices. I'm thinking a "Getting the user's devices" (or similar) section at the top should do the trick? I'd be more than happy to merge a PR for it if you're interested!@shahzeb1 commented on GitHub (Dec 11, 2019):
Cool. Consider this something that I will go ahead and work on. Will ping back within a day or so.