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 "πŸ‡ΊπŸ‡Έ";