From 0d6aae385ba69149e63520d2162d10c0ef35c641 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 7 Apr 2024 21:14:45 -0700 Subject: [PATCH] chore: emojis --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/now-playing.js b/api/now-playing.js index be4e5e56..84f0af83 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -28,6 +28,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "panopticon") return "đŸĒ•đŸĒĻ"; if (normalizedArtist === "radiohead") return "đŸ“ģ"; if (normalizedArtist === "taylor swift") return "👸đŸŧ"; + if (normalizedArtist === "the mars volta") return "💡😮"; if (normalizedArtist === "thrice") return "👨‍🎨🚑"; if (normalizedArtist === "webbed wing") return "🤡";