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 "πŸ₯Ό";