mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 07:45:52 +03:00
[GH-ISSUE #59] Switching the active device by Car Thing #28
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#28
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 @vakst on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/usenocturne/nocturne-ui/issues/59
If you have 1+ devices and use physical buttons on the top to start playing the playlist, then Car Thing switch your active device to the first one (regardless of active/not active) from the list in endpoint https://api.spotify.com/v1/me/player/devices
Example:
In this case, the active device was 3333, but after pushing a top button on Car Thing the active device was switched to 1111
How to fix it? Choose the active device instead of the first one:
github.com/usenocturne/nocturne-ui@5c8a21e288/src/pages/playlist/[playlistId].jsx (L319)@itsnebulalol commented on GitHub (Dec 14, 2024):
Duplicate of #21. Please leave this as a comment on that issue as it is helpful nonetheless.
@vakst commented on GitHub (Dec 14, 2024):
It's not a feature that is described in #21. It's a bug. I fixed it in https://github.com/usenocturne/nocturne-ui/pull/60
@itsnebulalol commented on GitHub (Dec 14, 2024):
Right, I see. I misread, will open this again so it’ll get closed when the PR is merged.