chore: albums fix

This commit is contained in:
Cory Dransfeldt 2024-02-09 13:07:49 -08:00
parent abac90cd6e
commit 96f099d1f3
No known key found for this signature in database

View file

@ -17,9 +17,7 @@ export default async function () {
'https://lastfm.freetls.fastly.net',
'https://cd-albums.b-cdn.net'
)
: `https://cdn.coryd.dev/albums/${album['name'].name
.replace(/\s+/g, '-')
.toLowerCase()}.jpg`,
: `https://cdn.coryd.dev/albums/${album['name'].replace(/\s+/g, '-').toLowerCase()}.jpg`,
url: album['mbid']
? `https://musicbrainz.org/album/${album['mbid']}`
: `https://musicbrainz.org/taglookup/index?tag-lookup.artist=${album['artist'][