chore: update emoji map
This commit is contained in:
parent
17deae1491
commit
2c64737f1f
1 changed files with 1 additions and 1 deletions
|
@ -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 '🪦'
|
||||
|
|
Reference in a new issue