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 '🎭'