diff options
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r-- | playerwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(){ |