mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-12-06 10:47:23 +00:00
Compare commits
2 Commits
28ca8cef60
...
380ed78b6b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
380ed78b6b | ||
|
|
208aceb1b5 |
@ -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…
Reference in New Issue
Block a user