diff --git a/src/tangara/audio/audio_fsm.cpp b/src/tangara/audio/audio_fsm.cpp index 27c29eee..1e8e0cf6 100644 --- a/src/tangara/audio/audio_fsm.cpp +++ b/src/tangara/audio/audio_fsm.cpp @@ -539,6 +539,7 @@ void Standby::react(const system_fsm::UnmountRequest& ev) { sServices->bg_worker().Dispatch([=]() { auto db = sServices->database().lock(); if (!db) { + events::System().Dispatch(UnmountReady{.idle = ev.idle}); return; } auto& queue = sServices->track_queue();