fix: mbid patch

This commit is contained in:
Cory Dransfeldt 2023-11-17 11:35:34 -08:00
parent 2cf2ea8382
commit 9472c2e399

View file

@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => {
// mbid mismatches
if (artist === 'Ghastly') return '💀'
if (artist === 'Cruciamentum') return '💀'
// early return for bad input
if (!genre) return DEFAULT