diff --git a/routes/index.js b/routes/index.js index cd3f81c..0a76cd0 100644 --- a/routes/index.js +++ b/routes/index.js @@ -41,7 +41,7 @@ router.get('/:service/:type/:id', function(req, res) { }); break; case "rdio": - rdio.lookupId(id, type, function(result) { + rdio.lookupId(id, function(result) { items.push(result); googleplaymusic.search(result, function(item) { items.push(item);