mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 17:42:56 -05:00
Removed .mid
from blocked extensions
This commit is contained in:
parent
abfad7587d
commit
f9ca472db4
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
#[derive(Debug)]
|
||||||
pub struct MusicLibrary {
|
pub struct MusicLibrary {
|
||||||
|
|
Loading…
Reference in a new issue