From 46c8e18707deeb3e1dc9f98cb40158a39e4d0a0b Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <coryd@fastmail.com>
Date: Sun, 24 Dec 2023 17:38:11 -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 757a5918..1cd8fe5f 100644
--- a/netlify/edge-functions/now-playing.js
+++ b/netlify/edge-functions/now-playing.js
@@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => {
   if (artist === 'Black Flag') return '🏴'
   if (artist === 'Bruce Springsteen') return 'πŸ‡ΊπŸ‡Έ'
   if (artist === 'Carcass') return 'πŸ₯Ό'
+  if (artist === 'Counting Crows') return 'πŸ¦β€β¬›'
   if (artist === 'David Bowie') return 'πŸ‘¨πŸ»β€πŸŽ€'
   if (artist === 'Full of Hell & Nothing') return '🫨🎸'
   if (artist === 'Imperial Triumphant') return '🎭'