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 "🫨🎸"