chore: update now playing
This commit is contained in:
parent
c88c057d37
commit
aae857e725
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Autopsy') return '🧟'
|
||||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'David Bowie') return '👨🏻🎤'
|
||||
if (artist === 'Full of Hell & Nothing') return '🫨🎸'
|
||||
if (artist === 'Imperial Triumphant') return '🎭'
|
||||
if (artist === 'Minor Threat') return '👨🏻🦲'
|
||||
if (artist === 'Panopticon') return '🪕🪦'
|
||||
|
|
Reference in a new issue