chore: remove last.fm dep
This commit is contained in:
parent
4ba2201f47
commit
b051797546
2 changed files with 0 additions and 5 deletions
1
.env
1
.env
|
@ -1,4 +1,3 @@
|
|||
API_KEY_LASTFM=
|
||||
SITE_ID_CLICKY=
|
||||
SITE_KEY_CLICKY=
|
||||
API_KEY_TRAKT=
|
||||
|
|
|
@ -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(
|
||||
|
|
Reference in a new issue