Update RawDecoder & Support .kwm as .aac

This commit is contained in:
Emmm Monster
2021-05-23 19:59:29 +08:00
parent c836ac7cb5
commit 15e340eac4
4 changed files with 29 additions and 19 deletions

View File

@@ -125,4 +125,5 @@ func padOrTruncate(raw string, length int) string {
func init() {
// Kuwo Mp3/Flac
common.RegisterDecoder("kwm", NewDecoder)
common.RegisterDecoder("kwm", common.NewRawDecoder)
}