chore: emoji updates
This commit is contained in:
parent
d8dedef9f9
commit
df3a98be39
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "agalloch") return "🏔️";
|
||||
if (normalizedArtist === "augury") return "☄️";
|
||||
if (normalizedArtist === "autopsy") return "🧟";
|
||||
if (normalizedArtist === "balance and composure") return "🪂";
|
||||
if (normalizedArtist === "bedsore") return "🛏️";
|
||||
if (normalizedArtist === "birds in row") return "🦅🦉🦢";
|
||||
if (normalizedArtist === "black flag") return "🏴";
|
||||
|
|
Reference in a new issue