Fix deezer

This commit is contained in:
Jonathan Cremin 2015-10-13 15:58:13 -07:00
parent 309f1df46f
commit 5f07beff8e
3 changed files with 4 additions and 9 deletions

View file

@ -35,7 +35,7 @@ export function* lookupId(id, type) {
try {
cover = yield request.get(coverUrl).redirects(0);
} catch(err) {
cover = err.message.response.res;
cover = err.originalError.response;
}
let artwork = {
small: cover.headers.location.replace('120x120', '200x200'),