chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2024-04-22 11:54:20 -07:00
parent f85aff112b
commit 75047889ae
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "taylor swift") return "👸🏼";
if (normalizedArtist === "the mars volta") return "💡😮";
if (normalizedArtist === "thrice") return "👨‍🎨🚑";
if (normalizedArtist === "tom waits") return "🤹🏻"
if (normalizedArtist === "webbed wing") return "🤡";
// early return for bad input