mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Only print every scanned file in the musicscan tool
This commit is contained in:
@@ -49,6 +49,7 @@ main( int argc, char* argv[] )
|
||||
// We want a dry-run of the scanner and not update any internal data.
|
||||
scanner.showProgress( false );
|
||||
scanner.updateIndex( false );
|
||||
scanner.setVerbose( true );
|
||||
|
||||
// Start the MusicScanner in its own thread
|
||||
QThread scannerThread( 0 );
|
||||
|
Reference in New Issue
Block a user