scanning kinda

This commit is contained in:
2026-08-23 09:47:57 -04:00
parent cf4f35117c
commit 4e9b124b6d

View File

@@ -83,7 +83,7 @@ fn is_audio(path: &Path) -> bool {
}
fn scan(dir: &Path, out: &mut Vec<PathBuf>) {
for entry in fs::read_dir(dir)
.expect("i want to help you, but i had trouble reading my music folder :( sorry.\n")
.expect("i want to help you, but i had trouble reading my music folder :( sorry.\ntry running timbre repair!\n")
{
let path=entry.expect(
"i wanna help you, but, i can't do everything. i couldn't read a file, to the point where i can't tell you which :(\n").path();