Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Aug 31, 2020
1 parent 185a7a6 commit ac49659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Message process(MusicInfo mi, Contact ct) throws OverFileSizeMaxException
StringBuilder tsb=new StringBuilder()
.append("歌名:")
.append(mi.title)
.append("\n")
.append("\n作者:")
.append(mi.desc)
.append("\n封面:"+mi.purl)
.append("\n外链:"+mi.murl)
Expand Down

0 comments on commit ac49659

Please sign in to comment.