Add support for iTunes purchases

This commit is contained in:
Jonathan Cremin 2014-12-04 21:11:55 +00:00
parent 1b2c568ac6
commit da5daeeffb
9 changed files with 140 additions and 15 deletions
lib/services

View file

@ -27,7 +27,8 @@ module.exports.lookupId = function(id, type) {
type: type,
id: result.id,
name: result.title,
url: result.link,
streamUrl: result.link,
purchaseUrl: null,
artwork: artwork,
artist: {
name: result.artist.name