From 84541466b9ba8254e91327098d34042c18d15362 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 24 Mar 2024 13:05:01 -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 01ec9a98..836c508a 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "imperial triumphant") return "🎭"; if (normalizedArtist === "mastodon") return "πŸ‹"; if (normalizedArtist === "minor threat") return "πŸ‘¨πŸ»β€πŸ¦²"; + if (normalizedArtist === "nothing") return "🏳️"; if (normalizedArtist === "panopticon") return "πŸͺ•πŸͺ¦"; if (normalizedArtist === "radiohead") return "πŸ“»"; if (normalizedArtist === "taylor swift") return "πŸ‘ΈπŸΌ";