From 4fabb33b59cfa33d62b42a07d6a7bad72ecd9442 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 29 Apr 2024 17:14:00 -0700 Subject: [PATCH] chore: update emoji map --- api/now-playing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/now-playing.js b/api/now-playing.js index f93c2e58..680035cb 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -18,7 +18,8 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "carcass") return "🥼" if (normalizedArtist === "counting crows") return "🐦‍⬛" if (normalizedArtist === "david bowie") return "👨🏻‍🎤" - if (normalizedArtist === "cevoid of thought") return "🚫💭" + if (normalizedArtist === "devoid of thought") return "🚫💭" + if (normalizedArtist === "deftones") return "🦉" if (normalizedArtist === "drug church") return "💊⛪️" if (normalizedArtist === "fleshwater") return "🐤" if (normalizedArtist === "full of hell & nothing") return "🫨🎸"