Commit d377d2af authored by nanahira's avatar nanahira

fix

parent a4921ac8
...@@ -2499,10 +2499,10 @@ ...@@ -2499,10 +2499,10 @@
} }
} }
response.writeHead(200); response.writeHead(200);
response.end(addCallback(u.query.callback, "['music ok', '" + music + "']")); response.end(addCallback(u.query.callback, "['music ok', '" + u.query.shout + "']"));
} else { } else {
response.writeHead(200); response.writeHead(200);
response.end(addCallback(u.query.callback, "['music not found', '" + music + "']")); response.end(addCallback(u.query.callback, "['music not found', '" + u.query.shout + "']"));
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment