mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
fix: extension for mkv (should be mka)
This commit is contained in:
@@ -47,7 +47,7 @@ impl AudioType {
|
||||
AudioType::DFF => "dff",
|
||||
AudioType::WAV => "wav",
|
||||
AudioType::APE => "ape",
|
||||
AudioType::MKV => "ape",
|
||||
AudioType::MKV => "mka",
|
||||
|
||||
_ => "bin",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user