fix: mbid patch
This commit is contained in:
parent
2cf2ea8382
commit
9472c2e399
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => {
|
||||||
|
|
||||||
// mbid mismatches
|
// mbid mismatches
|
||||||
if (artist === 'Ghastly') return '💀'
|
if (artist === 'Ghastly') return '💀'
|
||||||
|
if (artist === 'Cruciamentum') return '💀'
|
||||||
|
|
||||||
// early return for bad input
|
// early return for bad input
|
||||||
if (!genre) return DEFAULT
|
if (!genre) return DEFAULT
|
||||||
|
|
Reference in a new issue