You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently you need to use the api to add an item to the queue even when we are the active device. As the handling exists anyways for the dealer handling, we could now expose the option to the Spirc.
Describe the solution you'd like
Add a add_to_queue method to the Spirc. The item should probably be a SpotifyId. This should (as most other Spirc methods) only work when we are the active device.
The text was updated successfully, but these errors were encountered:
As it is only in the Spirc and currently we only execute SpircCommands when we are the active device, this seemed the logical conclusion to me.
But we could also rethink the current state and maybe implement something that could also handle the commands when we are not the active device. I'm completely open for ideas and solution :D
Is your feature request related to a problem? Please describe.
Currently you need to use the api to add an item to the queue even when we are the active device. As the handling exists anyways for the dealer handling, we could now expose the option to the
Spirc
.Describe the solution you'd like
Add a
add_to_queue
method to theSpirc
. The item should probably be aSpotifyId
. This should (as most otherSpirc
methods) only work when we are the active device.The text was updated successfully, but these errors were encountered: