mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
.notmusic
This commit is contained in:
parent
57bace9b2a
commit
26aab795f8
@ -16,7 +16,7 @@ use std::path::PathBuf;
|
||||
use crate::db;
|
||||
use crate::tags;
|
||||
|
||||
const DONT_ANALYSE:&str = ".nomusic";
|
||||
const DONT_ANALYSE:&str = ".notmusic";
|
||||
const MAX_TAG_ERRORS_TO_SHOW:usize = 25;
|
||||
|
||||
fn get_file_list(db:&mut db::Db, mpath:&PathBuf, path:&PathBuf, track_paths:&mut Vec<String>) {
|
||||
@ -174,4 +174,4 @@ pub fn update_ignore(db_path: &str, ignore_path: &PathBuf) {
|
||||
}
|
||||
}
|
||||
db.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user