diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index b14f25cd..a8d23c6d 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => { // mbid mismatches if (artist === 'Ghastly') return '💀' + if (artist === 'Cruciamentum') return '💀' // early return for bad input if (!genre) return DEFAULT