From aab63e08fc7c6dfadba90210dbabeee4a8f33c9f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 27 Feb 2024 09:57:23 -0800 Subject: [PATCH] chore: update emoji map --- netlify/edge-functions/now-playing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 2498aa40..2bd15d7e 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -8,6 +8,7 @@ const emojiMap = (genre, artist) => { if (artist === "Carcass") return "🥼"; if (artist === "Counting Crows") return "🐦‍⬛"; if (artist === "David Bowie") return "👨🏻‍🎤"; + if (artist === "Devoid of Thought") return "💭"; if (artist === "Full of Hell & Nothing") return "🫨🎸"; if (artist === "Imperial Triumphant") return "🎭"; if (artist === "Mastodon") return "🐋";