mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-02-22 13:31:30 +08:00
Merge pull request 'fix: .mflacm support' (#117) from ccforeverd/cli:main into main
Reviewed-on: https://git.unlock-music.dev/um/cli/pulls/117
This commit is contained in:
commit
380ed78b6b
@ -263,7 +263,7 @@ func init() {
|
||||
// New ogg/flac:
|
||||
extraExtsCanHaveSuffix := []string{"mgg", "mflac"}
|
||||
// Mac also adds some extra suffix to ext:
|
||||
extraExtSuffix := []string{"0", "1", "a", "h", "l"}
|
||||
extraExtSuffix := []string{"0", "1", "a", "h", "l", "m"}
|
||||
for _, ext := range extraExtsCanHaveSuffix {
|
||||
common.RegisterDecoder(ext, false, NewDecoder)
|
||||
for _, suffix := range extraExtSuffix {
|
||||
|
Loading…
x
Reference in New Issue
Block a user