diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index 51b6d442..53b30215 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -12,6 +12,7 @@ const emojiMap = (genre, artist) => { if (artist === 'Cruciamentum') return '💀' if (artist === 'Fumes') return '💀' if (artist === 'Ghastly') return '💀' + if (artist === 'Osees') return '💊' if (artist === 'Panopticon') return '🊕ðŸŠĶ' if (artist === 'Pigment Vehicle') return '✊' if (artist === 'Worm') return '💀'