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
|
void
|
||||||
MusicScanner::postOps()
|
MusicScanner::postOps()
|
||||||
{
|
{
|
||||||
@@ -243,7 +242,8 @@ MusicScanner::postOps()
|
|||||||
m_filesToDelete.clear();
|
m_filesToDelete.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup();
|
if ( !m_cmdQueue )
|
||||||
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user