mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 03:33:02 +00:00
fix #18: skip noop decoder
This commit is contained in:
@@ -246,5 +246,5 @@ func (d Decoder) GetMeta() common.Meta {
|
||||
|
||||
func init() {
|
||||
// Netease Mp3/Flac
|
||||
common.RegisterDecoder("ncm", NewDecoder)
|
||||
common.RegisterDecoder("ncm", false, NewDecoder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user