diff --git a/src/gui/mod.rs b/src/gui/mod.rs index 1d66b03..648583a 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -24,8 +24,8 @@ use std::{ sync::{Arc, Mutex}, }; -const SUPPORTED_EXTENSIONS: [&str; 11] = [ - "mp3", "wav", "ogg", "flac", "mp4", "m4a", "aac", "mov", "mkv", "webm", "avi", +const SUPPORTED_EXTENSIONS: [&str; 12] = [ + "mp3", "wav", "ogg", "flac", "mp4", "m4a", "aac", "mov", "mkv", "mka", "webm", "avi", ]; struct SoundpadGui {