chore: update genre map
This commit is contained in:
parent
424698285f
commit
6f0444de4e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ const emojiMap = (genre, artist) => {
|
|||
genre.includes('country') ||
|
||||
genre.includes('americana') ||
|
||||
genre.includes('bluegrass') ||
|
||||
genre.includes('folk')
|
||||
genre.includes('folk') ||
|
||||
genre.includes('songwriter')
|
||||
)
|
||||
return '🪕'
|
||||
if (genre.includes('post-punk')) return '😔'
|
||||
|
|
Reference in a new issue