chore: update emoji map
This commit is contained in:
parent
88acc2b14c
commit
d6e82f0957
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const emojiMap = (genre, artist) => {
|
|||
const normalizedArtist = artist?.toLowerCase()
|
||||
if (normalizedArtist === "afi") return "⛵️🌅"
|
||||
if (normalizedArtist === "agalloch") return "🏔️"
|
||||
if (normalizedArtist === "american football") return "🏠"
|
||||
if (normalizedArtist === "augury") return "☄️"
|
||||
if (normalizedArtist === "autopsy") return "🧟"
|
||||
if (normalizedArtist === "balance and composure") return "🪂"
|
||||
|
|
Reference in a new issue