From 2ddee18d2610830afab51efe1548cdcc6e26bf1b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 22 Mar 2024 11:16:03 -0700 Subject: [PATCH] chore: update emoji map --- api/now-playing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/now-playing.js b/api/now-playing.js index 71c6db82..82d03a24 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -21,7 +21,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "mastodon") return "πŸ‹"; if (normalizedArtist === "minor threat") return "πŸ‘¨πŸ»β€πŸ¦²"; if (normalizedArtist === "panopticon") return "πŸͺ•πŸͺ¦"; - if (normalizedArtist === "radiohead") return "πŸ“»πŸ™‚β€β†•οΈ"; + if (normalizedArtist === "radiohead") return "πŸ“»"; if (normalizedArtist === "taylor swift") return "πŸ‘ΈπŸΌ"; if (normalizedArtist === "webbed wing") return "🀑";