From ba389dab59ef1bdfb2c86410ea155bb85c419d31 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 22:00:16 -0700 Subject: [PATCH] chore: scrobbling --- api/scrobble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/scrobble.js b/api/scrobble.js index 964d3cf7..a2651b6c 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -120,7 +120,7 @@ export default async (request) => { console.log(err); return {} }); - const mbid = albumRes['album']['mbid'] + const mbid = albumRes['album']['mbid'] || '' const albumObj = { mbid, image: `https://cdn.coryd.dev/albums/${encodeURIComponent(sanitizeMediaString(artist).replace(/\s+/g, '-').toLowerCase())}-${encodeURIComponent(sanitizeMediaString(album.replace(/[:\/\\,'']+/g