From d0a62777a4d8f32f7aaa823de3105e92839ff83d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 18 Nov 2023 19:40:18 -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 3ed1afd5..f588fec2 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -9,6 +9,7 @@ const emojiMap = (genre, artist) => { // mbid mismatches if (artist === 'Cruciamentum') return '💀' + if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' if (artist === 'Pigment Vehicle') return '✊'