diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 561d6185..3ed1afd5 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -8,8 +8,9 @@ const emojiMap = (genre, artist) => { if (artist === 'Autopsy') return '🧟' // mbid mismatches - if (artist === 'Ghastly') return '💀' if (artist === 'Cruciamentum') return '💀' + if (artist === 'Ghastly') return '💀' + if (artist === 'Pigment Vehicle') return '✊' // early return for bad input if (!genre) return DEFAULT