From db38cd14fb099324570f2e358ecc5a39a2c67066 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 27 Nov 2023 14:15:12 -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 04c495ca..fd144f7a 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -13,6 +13,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' if (artist === 'Pigment Vehicle') return '✊' + if (artist === 'Worm') return '💀' // early return for bad input if (!genre) return DEFAULT