diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index f588fec2..04c495ca 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -8,6 +8,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Autopsy') return '🧟' // mbid mismatches + if (artist === 'AFI') return '✊' if (artist === 'Cruciamentum') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀'