mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
Sync last.fm settings to file immediately
This commit is contained in:
@@ -189,6 +189,8 @@ LastFmAccount::saveConfig()
|
|||||||
setScrobble( m_configWidget.data()->scrobble() );
|
setScrobble( m_configWidget.data()->scrobble() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sync();
|
||||||
|
|
||||||
if ( m_infoPlugin )
|
if ( m_infoPlugin )
|
||||||
QTimer::singleShot( 0, m_infoPlugin.data(), SLOT( settingsChanged() ) );
|
QTimer::singleShot( 0, m_infoPlugin.data(), SLOT( settingsChanged() ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user