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
Provide the backend web API to select any item from the playback queue as the current item for playback.
This should work in stopped state as well as during playback (i.e. stop current song and play newly selected song, but do nothing if current item didn't actually change)
add item index selection to queue
add selection to rest api
implement playback control logic on selection change, i.e. playback actually follows selection
event changes to playback queue and/or current playback item
add selection to frontend api
integrate frontend selection api into ui controls
The text was updated successfully, but these errors were encountered:
Provide the backend web API to select any item from the playback queue as the current item for playback.
This should work in stopped state as well as during playback (i.e. stop current song and play newly selected song, but do nothing if current item didn't actually change)
The text was updated successfully, but these errors were encountered: