From edcec34d5bd296f682a4ee46245cb7b43cac1709 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Apr 2024 18:59:40 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/api/scrobble.js b/api/scrobble.js index 1a8e8c08..3d700a47 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -91,11 +91,7 @@ export default async (request) => { throw new Error('Something went wrong with the MusicBrainz endpoint.'); }).catch(err => { console.log(err); - return { - mbid: '', - genre: '', - image: `https://cdn.coryd.dev/artists/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}.jpg` - } + return [] }); const genre = genreRes['genres']?.sort((a, b) => b.count - a.count)[0]?.['name'] || ''; const artistObj = {