diff --git a/lib/services/rdio/index.js b/lib/services/rdio/index.js index 020b653..f227620 100644 --- a/lib/services/rdio/index.js +++ b/lib/services/rdio/index.js @@ -157,7 +157,10 @@ module.exports.search = function(data) { name: result.name, streamUrl: result.shortUrl, purchaseUrl: null, - artwork: result.icon.replace("square-200", "square-250").replace("http:", "https:"), + artwork: { + small: result.icon.replace("square-200", "square-250").replace("http:", "https:"), + large: result.icon.replace("square-200", "square-600").replace("http:", "https:") + }, artist: { name: result.artist }