disable ignore mechanism

This commit is contained in:
norohind 2023-11-07 22:30:50 +03:00
parent 04baedbfc2
commit 079991b9e0

View File

@ -175,7 +175,8 @@ fn main() {
log::error!("Ignore file ({}) is not a file", ignore_file);
process::exit(-1);
}
analyse::update_ignore(&db_path, &ignore_path);
// analyse::update_ignore(&db_path, &ignore_path); // Ignore is done on postgres's
// side
} else {
analyse::analyse_files(&db_path, &music_paths, dry_run, keep_old, max_num_files, max_threads);
}