mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 17:42:55 -05:00
Fixed array length for blocked extensions
This commit is contained in:
parent
f9ca472db4
commit
c0d7f01b38
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue