-
Notifications
You must be signed in to change notification settings - Fork 10
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
Switching the active device by Car Thing #59
Comments
Duplicate of #21. Please leave this as a comment on that issue as it is helpful nonetheless. |
Right, I see. I misread, will open this again so it’ll get closed when the PR is merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
nocturne-ui/src/pages/playlist/[playlistId].jsx
Line 319 in 5c8a21e
The text was updated successfully, but these errors were encountered: