fix #18: skip noop decoder

This commit is contained in:
Emmm Monster
2021-11-11 23:43:20 +08:00
parent 6fd5bd5863
commit 3f3980de38
9 changed files with 65 additions and 50 deletions

View File

@@ -246,5 +246,5 @@ func (d Decoder) GetMeta() common.Meta {
func init() {
// Netease Mp3/Flac
common.RegisterDecoder("ncm", NewDecoder)
common.RegisterDecoder("ncm", false, NewDecoder)
}