mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 15:43:10 +00:00
歌单收藏/删除歌曲返回内容修复
This commit is contained in:
parent
9074a695a0
commit
53ec7ee8e1
@ -46,7 +46,7 @@ module.exports = async (query, request) => {
|
|||||||
realIP: query.realIP,
|
realIP: query.realIP,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
} else if (error.body.code === 521) {
|
} else {
|
||||||
return {
|
return {
|
||||||
status: 200,
|
status: 200,
|
||||||
body: error.body,
|
body: error.body,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user