Fix deezer
This commit is contained in:
parent
309f1df46f
commit
5f07beff8e
3 changed files with 4 additions and 9 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue