diff --git a/src/ui/modal_add_to_queue.cpp b/src/ui/modal_add_to_queue.cpp index b84d8571..cc3a8d51 100644 --- a/src/ui/modal_add_to_queue.cpp +++ b/src/ui/modal_add_to_queue.cpp @@ -103,6 +103,7 @@ AddToQueue::AddToQueue(Screen* host, } } events::Ui().Dispatch(internal::ModalCancelPressed{}); + events::Ui().Dispatch(internal::ShowNowPlaying{}); }); bool has_queue = queue.GetCurrent().has_value();