NCM: MusicID 动态类型支持 #85

Merged
jixunmoe merged 1 commits from fix/ncm-metadata-musicid into master 2024-01-28 04:03:07 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type ncmMeta interface {
type ncmMetaMusic struct {
Format string `json:"format"`
MusicID int `json:"musicId"`
MusicID interface{} `json:"musicId"` // 可能是 int (旧) 也可能是 string (新)
MusicName string `json:"musicName"`
Artist [][]interface{} `json:"artist"`
Album string `json:"album"`