aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 31b5c2c1d..c3cf0cb30 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -189,6 +189,7 @@ void MainWindow::play()
case SoundCore::DecoderError:
{
//error in decoder, so we should try to play next song
+ qApp->processEvents();
if (!m_playListModel->isEmptyQueue())
{
m_playListModel->setCurrentToQueued();