From 82fa3e64ab75082f94464a8e08a9919b4218bc3b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 19 Nov 2023 18:20:10 -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 f588fec2..04c495ca 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -8,6 +8,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Autopsy') return '🧟' // mbid mismatches + if (artist === 'AFI') return '✊' if (artist === 'Cruciamentum') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀'