From 2600142b2a996edc0207c873fa5152cd19acc293 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 30 Nov 2023 11:52:33 -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 b5283ea8..6df826ce 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 === 'Cruciamentum') return '💀' + if (artist === 'Edge of Sanity') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' if (artist === 'Osees') return '💊'