From 804076a13629bc3613b21c5592d2a24603f7a29a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 2 Dec 2023 08:04:15 -0800 Subject: [PATCH] fix: mbid patch --- netlify/edge-functions/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 468d6018..850ba077 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -11,6 +11,7 @@ const emojiMap = (genre, artist) => { // mbid mismatches if (artist === 'AFI') return '✊' + if (artist === 'Carpe Noctem') return 'ðŸŠĶ' if (artist === 'Cruciamentum') return '💀' if (artist === 'Edge of Sanity') return '💀' if (artist === 'Fumes') return '💀'