From 336ab14981a8452f97a325cdd466db1bc12bd501 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 12 Nov 2023 12:22:57 -0800 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 314333a9..132598ac 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => { if (artist === 'David Bowie') return 'πŸ‘¨πŸ»β€πŸŽ€' if (artist === 'Minor Threat') return 'πŸ‘¨πŸ»β€πŸ¦²' if (artist === 'Bruce Springsteen') return 'πŸ‡ΊπŸ‡Έ' + if (artist === 'Taylor Swift') return 'πŸ‘ΈπŸΌ' if (genre.includes('death metal')) return 'πŸ’€' if (genre.includes('black metal')) return 'πŸͺ¦' if (genre.includes('metal')) return '🀘'