From b051797546aa1e7937e6344653bcad9ab260224e Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 23 Apr 2024 15:49:59 -0700 Subject: [PATCH] chore: remove last.fm dep --- .env | 1 - api/scrobble.js | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.env b/.env index ed5d6af4..ba29771a 100644 --- a/.env +++ b/.env @@ -1,4 +1,3 @@ -API_KEY_LASTFM= SITE_ID_CLICKY= SITE_KEY_CLICKY= API_KEY_TRAKT= diff --git a/api/scrobble.js b/api/scrobble.js index 9b5c6e63..7d2d83ac 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -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(