From 4e9b124b6d4f7e675af5ad43f44f200717c6ec92 Mon Sep 17 00:00:00 2001 From: Toasterkitten Date: Sun, 23 Aug 2026 09:47:57 -0400 Subject: [PATCH] scanning kinda --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 96d1773..329ff28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,7 +83,7 @@ fn is_audio(path: &Path) -> bool { } fn scan(dir: &Path, out: &mut Vec) { 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();