iTunes tracks, iTunes url lookups

This commit is contained in:
Jonathan Cremin 2014-12-04 21:53:50 +00:00
parent da5daeeffb
commit dcca32c998
6 changed files with 110 additions and 99 deletions

View file

@ -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;
})
});