.notmusic

This commit is contained in:
Craig Drummond 2022-02-24 12:00:35 +00:00
parent 57bace9b2a
commit 26aab795f8

View File

@ -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();
}
}