From d6e82f0957692ceb583d8af7745edf843238b173 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 30 Apr 2024 20:29:41 -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 680035cb..dd6a1b0a 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -5,6 +5,7 @@ const emojiMap = (genre, artist) => { const normalizedArtist = artist?.toLowerCase() if (normalizedArtist === "afi") return "⛵️🌅" if (normalizedArtist === "agalloch") return "🏔️" + if (normalizedArtist === "american football") return "🏠" if (normalizedArtist === "augury") return "☄️" if (normalizedArtist === "autopsy") return "🧟" if (normalizedArtist === "balance and composure") return "🪂"