1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

* Don't cleanup scanning prematurely.

This commit is contained in:
Christian Muehlhaeuser
2012-11-15 13:24:19 +01:00
parent 430e733c0d
commit 5c0b8ad9b6
2 changed files with 2 additions and 3 deletions

View File

@@ -214,7 +214,6 @@ MusicScanner::scanFilePaths()
} }
void void
MusicScanner::postOps() MusicScanner::postOps()
{ {
@@ -243,6 +242,7 @@ MusicScanner::postOps()
m_filesToDelete.clear(); m_filesToDelete.clear();
} }
if ( !m_cmdQueue )
cleanup(); cleanup();
} }

View File

@@ -219,7 +219,6 @@ ScanManager::runFileScan( const QStringList &paths )
} }
void void
ScanManager::fileMtimesCheck( const QMap< QString, QMap< unsigned int, unsigned int > >& mtimes ) ScanManager::fileMtimesCheck( const QMap< QString, QMap< unsigned int, unsigned int > >& mtimes )
{ {