From f4931b79f25eb1ffbefaf90dc8d280f215fc14f8 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 5 May 2024 17:28:22 -0700 Subject: [PATCH] chore: update emoji --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/now-playing.js b/api/now-playing.js index b0c7c002..79e29260 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -31,6 +31,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "nomeansno") return "🐵🐮🚬" if (normalizedArtist === "nothing") return "🏳️" if (normalizedArtist === "panopticon") return "🪕🪦" + if (normalizedArtist === "plunger") return "🪠" if (normalizedArtist === "radiohead") return "📻" if (normalizedArtist === "taylor swift") return "👸🏼" if (normalizedArtist === "the mars volta") return "💡😮"