mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
Fix playlist_tracks
This commit is contained in:
parent
d94b9e0f9b
commit
6512979e0e
@ -46,6 +46,11 @@ module.exports = async (query, request) => {
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
} else if (error.body.code === 521) {
|
||||
return {
|
||||
status: 200,
|
||||
body: error.body,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user