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