Fix spotify searches with no results
This commit is contained in:
parent
9dd87c8d18
commit
8bcb13a7a9
2 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue