diff --git a/src/accounts/lastfm/LastFmAccount.cpp b/src/accounts/lastfm/LastFmAccount.cpp index 48da4982f..c781cd45c 100644 --- a/src/accounts/lastfm/LastFmAccount.cpp +++ b/src/accounts/lastfm/LastFmAccount.cpp @@ -189,6 +189,8 @@ LastFmAccount::saveConfig() setScrobble( m_configWidget.data()->scrobble() ); } + sync(); + if ( m_infoPlugin ) QTimer::singleShot( 0, m_infoPlugin.data(), SLOT( settingsChanged() ) ); }