mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Some refactoring, and allow running scans on specific files only.
This commit is contained in:
@@ -533,7 +533,7 @@ void
|
||||
TomahawkWindow::updateCollectionManually()
|
||||
{
|
||||
if ( TomahawkSettings::instance()->hasScannerPaths() )
|
||||
ScanManager::instance()->runScan();
|
||||
ScanManager::instance()->runNormalScan();
|
||||
}
|
||||
|
||||
|
||||
@@ -541,7 +541,7 @@ void
|
||||
TomahawkWindow::rescanCollectionManually()
|
||||
{
|
||||
if ( TomahawkSettings::instance()->hasScannerPaths() )
|
||||
ScanManager::instance()->runScan( true );
|
||||
ScanManager::instance()->runFullRescan();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user