mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Merge branch 'master' of github.com:calzoneman/sync into dev
This commit is contained in:
commit
04e81338ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue