chore: emoji map
This commit is contained in:
parent
d626aac155
commit
ab07c0810f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
const emojiMap = (genre, artist) => {
|
const emojiMap = (genre, artist) => {
|
||||||
const DEFAULT = "🎧";
|
const DEFAULT = "🎧";
|
||||||
const normalizedArtist = artist?.toLowerCase();
|
const normalizedArtist = artist?.toLowerCase();
|
||||||
|
if (normalizedArtist === "afi") return "⛵️🌅";
|
||||||
if (normalizedArtist === "agalloch") return "🏔️";
|
if (normalizedArtist === "agalloch") return "🏔️";
|
||||||
if (normalizedArtist === "augury") return "☄️";
|
if (normalizedArtist === "augury") return "☄️";
|
||||||
if (normalizedArtist === "autopsy") return "🧟";
|
if (normalizedArtist === "autopsy") return "🧟";
|
||||||
|
|
Reference in a new issue