From 17517131b705b411266077ad5a1a59a04be63ae3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 25 Aug 2023 08:49:56 -0700 Subject: [PATCH] chore: update emoji map --- 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 fb0f3041..b24c02b6 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -2,6 +2,7 @@ const emojiMap = (genre, artist) => { const DEFAULT = '🎧' if (!genre) return DEFAULT // early return for bad input if (artist === 'David Bowie') return 'ðŸ‘Ļ‍ðŸŽĪ' + if (artist === 'Minor Threat') return 'ðŸ‘ĻðŸŧ‍ðŸĶē' if (genre.includes('death metal')) return '💀' if (genre.includes('black metal')) return '🧛ðŸŧ‍♂ïļ' if (genre.includes('metal')) return 'ðŸĪ˜'