Add support for iTunes purchases
This commit is contained in:
parent
1b2c568ac6
commit
da5daeeffb
9 changed files with 140 additions and 15 deletions
lib/services
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue