fix: mbid patch
This commit is contained in:
parent
46128d1bae
commit
20b1d27454
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ const emojiMap = (genre, artist) => {
|
||||||
if (artist === 'Autopsy') return '🧟'
|
if (artist === 'Autopsy') return '🧟'
|
||||||
|
|
||||||
// mbid mismatches
|
// mbid mismatches
|
||||||
if (artist === 'Ghastly') return '💀'
|
|
||||||
if (artist === 'Cruciamentum') return '💀'
|
if (artist === 'Cruciamentum') return '💀'
|
||||||
|
if (artist === 'Ghastly') return '💀'
|
||||||
|
if (artist === 'Pigment Vehicle') return '✊'
|
||||||
|
|
||||||
// early return for bad input
|
// early return for bad input
|
||||||
if (!genre) return DEFAULT
|
if (!genre) return DEFAULT
|
||||||
|
|
Reference in a new issue