chore: bump up album art quality
This commit is contained in:
parent
fc48e189e5
commit
57f9677449
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ module.exports = async function () {
|
|||
response.albums[track['attributes']['albumName']] = {
|
||||
title: track['attributes']['albumName'],
|
||||
artist: track['attributes']['artistName'],
|
||||
image: track['attributes']['artwork']['url'].replace('{w}', '300').replace('{h}', '300'),
|
||||
image: track['attributes']['artwork']['url'].replace('{w}', '500').replace('{h}', '500'),
|
||||
url: `https://musicbrainz.org/taglookup/index?tag-lookup.artist=${track['attributes'][
|
||||
'artistName'
|
||||
].replace(/\s+/g, '+')}&tag-lookup.release=${track['attributes']['albumName'].replace(
|
||||
|
|
Reference in a new issue