From c612140db44efc75fd735d24a22a07e354b2e17f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 20 Dec 2023 15:39:05 -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 b885df91..54ea79b7 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Autopsy') return '🧟' if (artist === 'Black Flag') return '🏴' if (artist === 'Bruce Springsteen') return 'πŸ‡ΊπŸ‡Έ' + if (artist === 'Carcass') return 'πŸ₯Ό' if (artist === 'David Bowie') return 'πŸ‘¨πŸ»β€πŸŽ€' if (artist === 'Full of Hell & Nothing') return '🫨🎸' if (artist === 'Imperial Triumphant') return '🎭'