From 64e434c6b91e459df45ef8c2534b204c423ef080 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 8 Sep 2023 09:03:45 -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 b9cd3078..f517964c 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => { if (!genre) return DEFAULT // early return for bad input if (artist === 'David Bowie') return 'πŸ‘¨πŸ»β€πŸŽ€' if (artist === 'Minor Threat') return 'πŸ‘¨πŸ»β€πŸ¦²' + if (artist === 'Bruce Springsteen') return 'πŸ‡ΊπŸ‡Έ' if (genre.includes('death metal')) return 'πŸ’€' if (genre.includes('black metal')) return 'πŸͺ¦' if (genre.includes('metal')) return '🀘'