1
0
Fork 0
mirror of https://github.com/Dangoware/dmp-core.git synced 2025-05-02 19:22:54 -05:00

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)]
pub struct MusicLibrary {