chore: add ambient emoji
This commit is contained in:
parent
5a91673f97
commit
8662f5d70d
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (genre.includes('jazz')) return '🎺'
|
||||
if (genre.includes('psychedelic')) return '💊'
|
||||
if (genre.includes('dance') || genre.includes('electronic')) return '💻'
|
||||
if (genre.includes('ambient')) return '🤫'
|
||||
if (
|
||||
genre.includes('alternative') ||
|
||||
genre.includes('rock') ||
|
||||
|
|
Reference in a new issue