From a7cc8956b262ccc1c06d0ad31879badb05aef781 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 8 May 2024 17:13:19 -0700 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 a7676a7a..2e91bcd7 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -37,6 +37,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "panopticon") return "đŸĒ•đŸĒĻ" if (normalizedArtist === "plunger") return "đŸĒ " if (normalizedArtist === "radiohead") return "đŸ“ģ" + if (normalizedArtist === "soccer mommy") return "âšŊī¸" if (normalizedArtist === "taylor swift") return "👸đŸŧ" if (normalizedArtist === "the mars volta") return "💡😮" if (normalizedArtist === "thrice") return "👨‍🎨🚑"