mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 00:22:31 +02:00
Don't unconditionally scan for changes on startup
This commit is contained in:
parent
8690a76df7
commit
83909e53f9
@ -146,7 +146,7 @@ ScanManager::setInitialPaths( QMap< QString, unsigned int > pathMap )
|
||||
qDebug() << "Adding " << path << " to watcher";
|
||||
m_dirWatcher->addPath( path );
|
||||
}
|
||||
if( TomahawkSettings::instance()->hasScannerPaths() )
|
||||
if( TomahawkSettings::instance()->hasScannerPaths() && TomahawkSettings::instance()->watchForChanges() )
|
||||
runManualScan( TomahawkSettings::instance()->scannerPaths() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user