fix: mbid patch
This commit is contained in:
parent
bca62a4ccf
commit
db38cd14fb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Fumes') return '💀'
|
||||
if (artist === 'Ghastly') return '💀'
|
||||
if (artist === 'Pigment Vehicle') return '✊'
|
||||
if (artist === 'Worm') return '💀'
|
||||
|
||||
// early return for bad input
|
||||
if (!genre) return DEFAULT
|
||||
|
|
Reference in a new issue