summaryrefslogtreecommitdiffstats
path: root/playerwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r--playerwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp
index 4464479..b3bda18 100644
--- a/playerwidget.cpp
+++ b/playerwidget.cpp
@@ -1627,6 +1627,7 @@ void PlayerWidget::play(const QString &fullPath){
mPlayer->play();
mPlayA->setChecked(true);
+ searchMusicbrainzRight();
emit playModeChanged(tr("Playing"));
}