diff options
author | Arno <arno@disconnect.de> | 2017-12-01 05:08:34 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-12-01 05:08:34 +0100 |
commit | bfcc8b9e09d6a25a8ad12e3dc73db3fbc3c975bf (patch) | |
tree | 2f7bed00a1ab27567b25cea4acbe59cdd25ba566 /playerwidget.cpp | |
parent | bf229f2a7b20bbb1248f14b07bf2384e753381d4 (diff) | |
download | BeetPlayer-bfcc8b9e09d6a25a8ad12e3dc73db3fbc3c975bf.tar.gz BeetPlayer-bfcc8b9e09d6a25a8ad12e3dc73db3fbc3c975bf.tar.bz2 BeetPlayer-bfcc8b9e09d6a25a8ad12e3dc73db3fbc3c975bf.zip |
Automatically search Musicbrainz when playing new song
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 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")); } |