Seems this should be the other way around.

This commit is contained in:
John Maguire 2014-02-14 15:51:08 +01:00
parent c162a9316d
commit b46e9ff55c
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ void MainWindow::ScrobblingEnabledChanged(bool value) {
if (ui_->action_toggle_scrobbling->isVisible())
SetToggleScrobblingIcon(value);
if (app_->player()->GetState() == Engine::Idle) {
if (app_->player()->GetState() != Engine::Idle) {
return;
} else {
// invalidate current song, we will scrobble the next one