chore: remove last.fm dep

This commit is contained in:
Cory Dransfeldt 2024-04-23 15:49:59 -07:00
parent 4ba2201f47
commit b051797546
No known key found for this signature in database
2 changed files with 0 additions and 5 deletions

1
.env
View file

@ -1,4 +1,3 @@
API_KEY_LASTFM=
SITE_ID_CLICKY=
SITE_KEY_CLICKY=
API_KEY_TRAKT=

View file

@ -57,10 +57,6 @@ export default async (request) => {
genre: artistsMap[artistSanitizedKey]?.['genre'] || ''
}
console.log(artistsMap[artistSanitizedKey])
console.log(artistsMap[artistSanitizedKey]?.['genre'])
console.log(artistsMap[artistSanitizedKey]?.['mbid'])
const scrobbleData = await scrobbles.get(`${weekKey()}`, { type: 'json'})
const windowData = await scrobbles.get('window', { type: 'json'})
const artistUrl = (artistsMap[artistSanitizedKey]?.['mbid'] && artistsMap[artistSanitizedKey]?.['mbid'] !== '') ? `http://musicbrainz.org/artist/${artistsMap[artistSanitizedKey]?.['mbid']}` : `https://musicbrainz.org/search?query=${artist.replace(