Replies: 2 comments 2 replies
-
or maybe receiving a ref and forwarding it to the Spotify player itself to control it manually if the ui not needed (in my use-case) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey, With the latest update, version 0.14, you now have access to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, if I understand the documentation correctly, only the play/pause can be controlled through code.
I think it could be useful to have some react state exposed that would allow for updates to more playback status aspects (i.e. go to next track, change volume), to increase extensibility of this library and allow custom automations to handle the playback device.
Just to illustrate a very simple use case to try and prove my point, someone would then be able to change the volume of this playback device programmatically based on whether the tab is the one active or not, which is not directly possible now through this library.
Beta Was this translation helpful? Give feedback.
All reactions