diff --git a/coolq/cqcode.go b/coolq/cqcode.go
index 726129d..faa9f7e 100644
--- a/coolq/cqcode.go
+++ b/coolq/cqcode.go
@@ -473,7 +473,7 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (message.
if info.Get("artists.0").Exists() {
artistName = info.Get("artists.0.name").Str
}
- xml := fmt.Sprintf(`- %s%s
`,
+ xml := fmt.Sprintf(`- %s%s
`,
name, d["id"], info.Get("album.picUrl").Str, d["id"], name, artistName)
return &message.ServiceElement{
Id: 60,