chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2023-08-25 08:49:56 -07:00
parent fd27bf094a
commit 17517131b7
No known key found for this signature in database

View file

@ -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 '🤘'