From 319a7cff4bcacbde7047142cbba1c76a10b7d751 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Nov 2023 16:30:32 -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 51b6d442..53b30215 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -12,6 +12,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Cruciamentum') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' + if (artist === 'Osees') return '💊' if (artist === 'Panopticon') return '🊕ðŸŠĶ' if (artist === 'Pigment Vehicle') return '✊' if (artist === 'Worm') return '💀'