Fix spotify searches with no results

This commit is contained in:
Jonathan Cremin 2014-12-06 21:39:15 +00:00
parent 9dd87c8d18
commit 8bcb13a7a9
2 changed files with 2 additions and 4 deletions

View file

@ -26,8 +26,6 @@ module.exports.lookupId = function(id, type, cc) {
path = "/" + cc + path;
}
console.log(path)
request.get(apiRoot + path, function(res) {
var data = JSON.parse(res.text);