diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index b5283ea8..6df826ce 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -11,6 +11,7 @@ const emojiMap = (genre, artist) => { // mbid mismatches if (artist === 'AFI') return '✊' if (artist === 'Cruciamentum') return '💀' + if (artist === 'Edge of Sanity') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' if (artist === 'Osees') return '💊'