diff --git a/api/now-playing.js b/api/now-playing.js index 6d1e14a9..d9f239e1 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -18,6 +18,7 @@ const emojiMap = (genre, artist) => { if (artist === "Minor Threat") return "πŸ‘¨πŸ»β€πŸ¦²"; if (artist === "Panopticon") return "πŸͺ•πŸͺ¦"; if (artist === "Taylor Swift") return "πŸ‘ΈπŸΌ"; + if (artist === "Webbed Wing") return "🀑"; // early return for bad input if (!genre) return DEFAULT;