fix: mbid patch

This commit is contained in:
Cory Dransfeldt 2023-11-27 14:15:12 -08:00
parent bca62a4ccf
commit db38cd14fb
No known key found for this signature in database

View file

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