From 77696469f2d45ba2631855db04286f14714fc29a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 14 Feb 2024 13:29:53 -0800 Subject: [PATCH] chore: augury emoji --- 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 d7643661..310fdd16 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -1,5 +1,6 @@ const emojiMap = (genre, artist) => { const DEFAULT = "🎧"; + if (artist === "Augury") return "β˜„οΈ"; if (artist === "Autopsy") return "🧟"; if (artist === "Black Flag") return "🏴"; if (artist === "Bruce Springsteen") return "πŸ‡ΊπŸ‡Έ";