From a89de1f9b36e3280577e2a24b8b047a0926617bd Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 27 Feb 2024 13:51:43 -0800 Subject: [PATCH] chore: emoji updates --- 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 2bd15d7e..45a9b3f8 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -2,6 +2,7 @@ const emojiMap = (genre, artist) => { const DEFAULT = "🎧"; if (artist === "Augury") return "β˜„οΈ"; if (artist === "Autopsy") return "🧟"; + if (artist === "Bedsore") return "πŸ›οΈ"; if (artist === "Black Flag") return "🏴"; if (artist === "Bolt Thrower") return "βš”οΈ" if (artist === "Bruce Springsteen") return "πŸ‡ΊπŸ‡Έ";