mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 10:02:53 -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)]
|
||||
pub struct MusicLibrary {
|
||||
|
|
Loading…
Reference in a new issue