1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

Sync last.fm settings to file immediately

This commit is contained in:
Leo Franchi 2012-04-24 11:28:24 -04:00
parent 4c6f31e7c2
commit 696dca4af4

View File

@ -189,6 +189,8 @@ LastFmAccount::saveConfig()
setScrobble( m_configWidget.data()->scrobble() );
}
sync();
if ( m_infoPlugin )
QTimer::singleShot( 0, m_infoPlugin.data(), SLOT( settingsChanged() ) );
}