From c8ff3b4bcb311aa2ebae72bdda0fe6d53bdb25cd Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 2 Jun 2013 00:21:23 -0400 Subject: [PATCH] Fix #160 --- get-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-info.js b/get-info.js index ec0af238..2943cd54 100644 --- a/get-info.js +++ b/get-info.js @@ -158,7 +158,7 @@ exports.getSCInfo = function(url, callback) { path: "/resolve.json?url="+url+"&client_id=" + SC_CLIENT, method: "GET", dataType: "jsonp", - timeout: 1000}, function(status, data) { + timeout: 1000}, function(err, status, data) { // This time we can ACTUALLY get the data we want getJSON({ host: "api.soundcloud.com",