From ba8116eb6253ec696e4ee296f4fe11d3c1790bba Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Mar 2024 14:24:13 -0700 Subject: [PATCH] chore: update emoji map --- api/now-playing.js | 1 + 1 file changed, 1 insertion(+) 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;