@@ -333,7 +333,7 @@ app.options('/ncm/url', function (req, res) {
res.end()
})
app.post("/ncm/url", function (req, res) {
- if (req.body.id && req.body.kind) {
+ if (req.body.id!==undefined && req.body.kind!==undefined) {
try{
let id = req.body.id
fetch(ncmAPIUrl + "/song/download/url/v1?id=" + id + "&level=hires", {