1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Create scrobbler on startup

This commit is contained in:
Jeff Mitchell
2011-11-08 10:29:17 -05:00
parent d3f4046396
commit 8d695c5091

View File

@@ -83,6 +83,8 @@ LastFmPlugin::LastFmPlugin()
connect( TomahawkSettings::instance(), SIGNAL( changed() ),
SLOT( settingsChanged() ), Qt::QueuedConnection );
QTimer::singleShot( 0, this, SLOT( settingsChanged() ) );
}