diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 04c495ca..fd144f7a 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -13,6 +13,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' if (artist === 'Pigment Vehicle') return '✊' + if (artist === 'Worm') return '💀' // early return for bad input if (!genre) return DEFAULT