diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js index fb0f3041..b24c02b6 100644 --- a/netlify/edge-functions/now-playing.js +++ b/netlify/edge-functions/now-playing.js @@ -2,6 +2,7 @@ const emojiMap = (genre, artist) => { const DEFAULT = '🎧' if (!genre) return DEFAULT // early return for bad input if (artist === 'David Bowie') return 'ðŸ‘Ļ‍ðŸŽĪ' + if (artist === 'Minor Threat') return 'ðŸ‘ĻðŸŧ‍ðŸĶē' if (genre.includes('death metal')) return '💀' if (genre.includes('black metal')) return '🧛ðŸŧ‍♂ïļ' if (genre.includes('metal')) return 'ðŸĪ˜'