From f9ca472db4e5beb8bda66d2bb52fd8163343121e Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 30 Nov 2023 14:38:54 -0600 Subject: [PATCH] Removed `.mid` from blocked extensions --- src/music_storage/music_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/music_storage/music_db.rs b/src/music_storage/music_db.rs index 47b1a9a..912070e 100644 --- a/src/music_storage/music_db.rs +++ b/src/music_storage/music_db.rs @@ -294,7 +294,7 @@ impl Album<'_> { } } -const BLOCKED_EXTENSIONS: [&str; 5] = ["vob", "log", "txt", "sf2", "mid"]; +const BLOCKED_EXTENSIONS: [&str; 5] = ["vob", "log", "txt", "sf2"]; #[derive(Debug)] pub struct MusicLibrary {