From 20184d767e1a55bead5a8777f46e0cb9753e5ee3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 24 Mar 2024 17:53:27 -0700 Subject: [PATCH] chore: emoji updates --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/now-playing.js b/api/now-playing.js index 836c508a..d2b225f6 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "augury") return "☄️"; if (normalizedArtist === "autopsy") return "🧟"; if (normalizedArtist === "bedsore") return "🛏️"; + if (normalizedArtist === "birds in row") return "🦅🦉🦢"; if (normalizedArtist === "black flag") return "🏴"; if (normalizedArtist === "blink-182") return "😵"; if (normalizedArtist === "blood incantation") return "👽";