Go straight to the playback screen after 'play now'

This commit is contained in:
jacqueline
2023-10-18 09:41:01 +11:00
parent bb91724b94
commit 2eb7eaa2a6
+1
View File
@@ -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();