From a960ea0552ccc84a19bc3b2a5b2c902901c7cafd Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 19 Feb 2018 02:16:40 +0100 Subject: Fill playlist on startup This fixes the corner case that we show as playing when the playlist is actually empty when starting. Should have thought of this earlier :) --- playerwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/playerwidget.cpp b/playerwidget.cpp index bb8509a..e9349f3 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -347,6 +347,7 @@ void PlayerWidget::setupGui(QSplashScreen *splash){ mainLayout->addWidget(splitter); setLayout(mainLayout); viewByArtistsA->trigger(); + randomPlay(); } void PlayerWidget::createActions(){ -- cgit v1.2.3-70-g09d2