fix: mbid patch

This commit is contained in:
Cory Dransfeldt 2023-11-18 13:31:39 -08:00
parent 46128d1bae
commit 20b1d27454

View file

@ -8,8 +8,9 @@ const emojiMap = (genre, artist) => {
if (artist === 'Autopsy') return '🧟'
// mbid mismatches
if (artist === 'Ghastly') return '💀'
if (artist === 'Cruciamentum') return '💀'
if (artist === 'Ghastly') return '💀'
if (artist === 'Pigment Vehicle') return '✊'
// early return for bad input
if (!genre) return DEFAULT