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

start auto updaters on start

This commit is contained in:
Leo Franchi
2012-05-01 20:53:24 -04:00
parent 04358fbafe
commit 7698b2ec38

View File

@@ -69,6 +69,9 @@ XspfUpdater::XspfUpdater( const playlist_ptr& pl, int interval, bool autoUpdate,
s[ "interval" ] = interval;
s[ "xspfurl" ] = xspfUrl;
saveSettings( s );
// Force start
setAutoUpdate( m_autoUpdate );
}