chore: scrobbling

This commit is contained in:
Cory Dransfeldt 2024-04-02 18:59:40 -07:00
parent a0db37cf12
commit edcec34d5b
No known key found for this signature in database

View file

@ -91,11 +91,7 @@ export default async (request) => {
throw new Error('Something went wrong with the MusicBrainz endpoint.'); throw new Error('Something went wrong with the MusicBrainz endpoint.');
}).catch(err => { }).catch(err => {
console.log(err); console.log(err);
return { return []
mbid: '',
genre: '',
image: `https://cdn.coryd.dev/artists/${sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase()}.jpg`
}
}); });
const genre = genreRes['genres']?.sort((a, b) => b.count - a.count)[0]?.['name'] || ''; const genre = genreRes['genres']?.sort((a, b) => b.count - a.count)[0]?.['name'] || '';
const artistObj = { const artistObj = {