Add basic bluetooth queue controls

custom
ailurux 11 months ago committed by jacqueline
parent 8de07fe8fa
commit 7c107e739a
  1. 2
      src/tangara/ui/ui_fsm.cpp

@ -418,8 +418,10 @@ void UiState::react(const system_fsm::BluetoothEvent& ev) {
case SimpleEvent::kVolDown:
break;
case SimpleEvent::kForward:
sServices->track_queue().next();
break;
case SimpleEvent::kBackward:
sServices->track_queue().previous();
break;
case SimpleEvent::kRewind:
break;

Loading…
Cancel
Save