chore: imperial triumphant emoji
This commit is contained in:
parent
32d592c409
commit
4503b05f41
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Minor Threat') return '👨🏻🦲'
|
||||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'Taylor Swift') return '👸🏼'
|
||||
if (artist === 'Imperial Triumphant') return '🎭'
|
||||
|
||||
// mbid mismatches
|
||||
if (artist === 'Ghastly') return '💀'
|
||||
|
|
Reference in a new issue