Fix rdio sharing
This commit is contained in:
parent
d4b2b9feb5
commit
50004d4ad6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue