chore: emoji updates

This commit is contained in:
Cory Dransfeldt 2024-03-24 13:05:01 -07:00
parent 48e83d95f5
commit 84541466b9
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "imperial triumphant") return "🎭";
if (normalizedArtist === "mastodon") return "🐋";
if (normalizedArtist === "minor threat") return "👨🏻‍🦲";
if (normalizedArtist === "nothing") return "🏳️";
if (normalizedArtist === "panopticon") return "🪕🪦";
if (normalizedArtist === "radiohead") return "📻";
if (normalizedArtist === "taylor swift") return "👸🏼";