chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2024-03-17 14:24:13 -07:00
parent 2bf1fbeaee
commit ba8116eb62
No known key found for this signature in database

View file

@ -18,6 +18,7 @@ const emojiMap = (genre, artist) => {
if (artist === "Minor Threat") return "👨🏻‍🦲";
if (artist === "Panopticon") return "🪕🪦";
if (artist === "Taylor Swift") return "👸🏼";
if (artist === "Webbed Wing") return "🤡";
// early return for bad input
if (!genre) return DEFAULT;