chore: autopsy emoji
This commit is contained in:
parent
4503b05f41
commit
26d682f985
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'Taylor Swift') return '👸🏼'
|
||||
if (artist === 'Imperial Triumphant') return '🎭'
|
||||
if (artist === 'Autopsy') return '🧟'
|
||||
|
||||
// mbid mismatches
|
||||
if (artist === 'Ghastly') return '💀'
|
||||
|
|
Reference in a new issue