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