forked from third-party-mirrors/bliss-analyser
disable ignore mechanism
This commit is contained in:
parent
04baedbfc2
commit
079991b9e0
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user