chore: emoji updates
This commit is contained in:
parent
ccea08d9dd
commit
c9869eec9f
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "autopsy") return "🧟";
|
||||
if (normalizedArtist === "bedsore") return "🛏️";
|
||||
if (normalizedArtist === "black flag") return "🏴";
|
||||
if (normalizedArtist === "blink-182") return "😵";
|
||||
if (normalizedArtist === "blood incantation") return "👽";
|
||||
if (normalizedArtist === "bolt thrower") return "⚔️"
|
||||
if (normalizedArtist === "bruce springsteen") return "🇺🇸";
|
||||
|
|
Reference in a new issue