mirror of
https://git.unlock-music.dev/um/cli.git
synced 2025-12-06 15:57:22 +00:00
Compare commits
No commits in common. "380ed78b6b0bcc70250e9a97ed5189795c4466f2" and "28ca8cef60fa7b2211145573c772ef04a3a3c5f9" have entirely different histories.
380ed78b6b
...
28ca8cef60
@ -263,7 +263,7 @@ func init() {
|
|||||||
// New ogg/flac:
|
// New ogg/flac:
|
||||||
extraExtsCanHaveSuffix := []string{"mgg", "mflac"}
|
extraExtsCanHaveSuffix := []string{"mgg", "mflac"}
|
||||||
// Mac also adds some extra suffix to ext:
|
// Mac also adds some extra suffix to ext:
|
||||||
extraExtSuffix := []string{"0", "1", "a", "h", "l", "m"}
|
extraExtSuffix := []string{"0", "1", "a", "h", "l"}
|
||||||
for _, ext := range extraExtsCanHaveSuffix {
|
for _, ext := range extraExtsCanHaveSuffix {
|
||||||
common.RegisterDecoder(ext, false, NewDecoder)
|
common.RegisterDecoder(ext, false, NewDecoder)
|
||||||
for _, suffix := range extraExtSuffix {
|
for _, suffix := range extraExtSuffix {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user