Improve resiliency against slow api calls, rdio and brackets
This commit is contained in:
parent
2be3660765
commit
f7b1fcd53f
3 changed files with 12 additions and 5 deletions
|
@ -40,7 +40,8 @@ module.exports.lookupId = function(id, type) {
|
|||
type: type,
|
||||
id: result.id,
|
||||
name: result.title,
|
||||
url: result.link,
|
||||
streamUrl: result.album.link,
|
||||
purchaseUrl: null,
|
||||
artwork: artwork,
|
||||
artist: {
|
||||
name: result.artist.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue