فهرست منبع

fix netease error

dotos 9 سال پیش
والد
کامیت
976713efa1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      routes/netease.js

+ 2 - 2
routes/netease.js

@@ -13,12 +13,12 @@ router.get('/', function(req, res, next) {
     if (playlist_id) {
     if (playlist_id) {
         url = 'http://music.163.com/api/playlist/detail/?id=' + playlist_id;
         url = 'http://music.163.com/api/playlist/detail/?id=' + playlist_id;
     }
     }
-    netease_http(url, nex, function(data) {
+    netease_http(url, next, function(data) {
         return res.send(data);
         return res.send(data);
     });
     });
 });
 });
 
 
-function netease_http(url, next, callbackt) {
+function netease_http(url, next, callback) {
     var options = {
     var options = {
         url: url,
         url: url,
         headers: {
         headers: {