From 50004d4ad6ed68d772d188ade5d1509752b5005f Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Thu, 4 Dec 2014 00:20:52 +0000 Subject: [PATCH] Fix rdio sharing --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);