Fixed array length for blocked extensions

This commit is contained in:
G2-Games 2023-11-30 14:41:33 -06:00
parent f9ca472db4
commit c0d7f01b38

View file

@ -294,7 +294,7 @@ impl Album<'_> {
} }
} }
const BLOCKED_EXTENSIONS: [&str; 5] = ["vob", "log", "txt", "sf2"]; const BLOCKED_EXTENSIONS: [&str; 4] = ["vob", "log", "txt", "sf2"];
#[derive(Debug)] #[derive(Debug)]
pub struct MusicLibrary { pub struct MusicLibrary {