summaryrefslogtreecommitdiff
path: root/src/tangara/audio/audio_fsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/audio/audio_fsm.cpp')
-rw-r--r--src/tangara/audio/audio_fsm.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tangara/audio/audio_fsm.cpp b/src/tangara/audio/audio_fsm.cpp
index 54ea5b6c..163e56ec 100644
--- a/src/tangara/audio/audio_fsm.cpp
+++ b/src/tangara/audio/audio_fsm.cpp
@@ -112,10 +112,13 @@ void AudioState::react(const QueueUpdate& ev) {
cmd.new_track = std::monostate{};
}
break;
+ case QueueUpdate::kBulkLoadingUpdate:
+ // Bulk loading updates are informational only; a separate QueueUpdate
+ // event will be sent when loading is done.
case QueueUpdate::kDeserialised:
- default:
// The current track is deserialised separately in order to retain seek
// position.
+ default:
return;
}