chore: update emoji map
This commit is contained in:
parent
f85aff112b
commit
75047889ae
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue