chore: emoji map
This commit is contained in:
parent
735a7379e7
commit
d626aac155
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue