From f0d2678d0afe0ec0ddb4ddbaf863ef12bd7d43bd Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 1 Dec 2023 10:56:04 -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 4d255bca..468d6018 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -15,6 +15,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Edge of Sanity') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' + if (artist === 'Krallice') return 'ðŸŠĶ' if (artist === 'Osees') return '💊' if (artist === 'Pigment Vehicle') return '✊' if (artist === 'Worm') return '💀'