1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01: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 );
}