iTunes tracks, iTunes url lookups
This commit is contained in:
parent
da5daeeffb
commit
dcca32c998
6 changed files with 110 additions and 99 deletions
|
@ -40,7 +40,7 @@ router.get('/:service/:type/:id', function(req, res) {
|
|||
return !a.id || !b.id;
|
||||
}).sort(function(a, b) {
|
||||
return !a.streamUrl || b.streamUrl;
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue