fix: mbid patch
This commit is contained in:
parent
98fc89dc66
commit
2600142b2a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const emojiMap = (genre, artist) => {
|
|||
// mbid mismatches
|
||||
if (artist === 'AFI') return '✊'
|
||||
if (artist === 'Cruciamentum') return '💀'
|
||||
if (artist === 'Edge of Sanity') return '💀'
|
||||
if (artist === 'Fumes') return '💀'
|
||||
if (artist === 'Ghastly') return '💀'
|
||||
if (artist === 'Osees') return '💊'
|
||||
|
|
Reference in a new issue