mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Don't cleanup scanning prematurely.
This commit is contained in:
@@ -214,7 +214,6 @@ MusicScanner::scanFilePaths()
|
||||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
MusicScanner::postOps()
|
||||
{
|
||||
@@ -243,6 +242,7 @@ MusicScanner::postOps()
|
||||
m_filesToDelete.clear();
|
||||
}
|
||||
|
||||
if ( !m_cmdQueue )
|
||||
cleanup();
|
||||
}
|
||||
|
||||
|
@@ -219,7 +219,6 @@ ScanManager::runFileScan( const QStringList &paths )
|
||||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
ScanManager::fileMtimesCheck( const QMap< QString, QMap< unsigned int, unsigned int > >& mtimes )
|
||||
{
|
||||
|
Reference in New Issue
Block a user