From c760561c0f21d4a84d6762b8e876b0c1139a4b57 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 6 Mar 2024 15:14:13 -0800 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 5eec9f0a..b2298d5a 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -15,6 +15,7 @@ const emojiMap = (genre, artist) => { if (artist === "Imperial Triumphant") return "🎭"; if (artist === "Mastodon") return "πŸ‹"; if (artist === "Minor Threat") return "πŸ‘¨πŸ»β€πŸ¦²"; + if (artist === "Panopticon") return "πŸͺ•πŸͺ¦"; if (artist === "Taylor Swift") return "πŸ‘ΈπŸΌ"; // early return for bad input