diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tangara/ui/ui_fsm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tangara/ui/ui_fsm.cpp b/src/tangara/ui/ui_fsm.cpp index e367586b..3bd19bc5 100644 --- a/src/tangara/ui/ui_fsm.cpp +++ b/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; |
