From d279c30be2d5cea39b765157e7533be95ef13ee9 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 27 Feb 2024 14:40:15 -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 45a9b3f8..44a48fca 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 === "Autopsy") return "🧟"; if (artist === "Bedsore") return "πŸ›οΈ"; if (artist === "Black Flag") return "🏴"; + if (artist === "Blood Incantation") return "πŸ‘½"; if (artist === "Bolt Thrower") return "βš”οΈ" if (artist === "Bruce Springsteen") return "πŸ‡ΊπŸ‡Έ"; if (artist === "Carcass") return "πŸ₯Ό";