|
@@ -232,7 +232,7 @@ app.post('/lyric', async (req, res) => {
|
|
}
|
|
}
|
|
let response = {
|
|
let response = {
|
|
ifTrans: ifTrans,
|
|
ifTrans: ifTrans,
|
|
- lyric: lyric.lrc,
|
|
|
|
|
|
+ lyric: lyric.lrc.lyric,
|
|
tlyric: lyric.tlyric.lyric
|
|
tlyric: lyric.tlyric.lyric
|
|
}
|
|
}
|
|
res.header("Access-Control-Allow-Origin", "*");
|
|
res.header("Access-Control-Allow-Origin", "*");
|