From 2c64737f1fd97514f791178e59d07ad861370fbe Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 25 Aug 2023 19:55:16 -0700 Subject: [PATCH] chore: update emoji map --- netlify/edge-functions/now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index e3ee23c8..0e20af7c 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -1,7 +1,7 @@ const emojiMap = (genre, artist) => { const DEFAULT = '🎧' if (!genre) return DEFAULT // early return for bad input - if (artist === 'David Bowie') return 'ðŸ‘Ļ‍ðŸŽĪ' + if (artist === 'David Bowie') return 'ðŸ‘ĻðŸŧ‍ðŸŽĪ' if (artist === 'Minor Threat') return 'ðŸ‘ĻðŸŧ‍ðŸĶē' if (genre.includes('death metal')) return '💀' if (genre.includes('black metal')) return 'ðŸŠĶ'