Skip to content

Commit 9819ded

Browse files
committed
Update Lyric
1 parent eedc2c5 commit 9819ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/netease.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ controllers.summary = async (ctx, next) => {
5454
}
5555

5656
data[_.id].lyric = {}
57-
data[_.id].lyric.base = (lyric.lrc && lyric.lrc.lyric) ? lyric.lrc.lyric : '[00:00.00] 纯音乐,敬请聆听。'
57+
data[_.id].lyric.base = (lyric.lrc && lyric.lrc.lyric) ? lyric.lrc.lyric : '[00:00.00] 纯音乐,敬请聆听。\n'
5858
data[_.id].lyric.translate = (lyric.tlyric && lyric.tlyric.lyric) ? lyric.tlyric.lyric : null
5959
}
6060
}

0 commit comments

Comments
 (0)