chore: emoji map

This commit is contained in:
Cory Dransfeldt 2024-03-22 17:38:58 -07:00
parent 735a7379e7
commit d626aac155

View file

@ -23,6 +23,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "panopticon") return "🪕🪦";
if (normalizedArtist === "radiohead") return "📻";
if (normalizedArtist === "taylor swift") return "👸🏼";
if (normalizedArtist === "thrice") return "👨‍🎨🚑";
if (normalizedArtist === "webbed wing") return "🤡";
// early return for bad input