mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Rename updateIndex to dryRun to better reflect its use
This commit is contained in:
@@ -48,7 +48,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.setDryRun( true );
|
||||
scanner.setVerbose( true );
|
||||
|
||||
// Start the MusicScanner in its own thread
|
||||
|
Reference in New Issue
Block a user