Removed .mid from blocked extensions

This commit is contained in:
G2-Games 2023-11-30 14:38:54 -06:00
parent abfad7587d
commit f9ca472db4

View file

@ -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 {