chore: emoji map

This commit is contained in:
Cory Dransfeldt 2024-03-22 19:07:55 -07:00
parent d626aac155
commit ab07c0810f

View file

@ -1,6 +1,7 @@
const emojiMap = (genre, artist) => {
const DEFAULT = "🎧";
const normalizedArtist = artist?.toLowerCase();
if (normalizedArtist === "afi") return "⛵️🌅";
if (normalizedArtist === "agalloch") return "🏔️";
if (normalizedArtist === "augury") return "☄️";
if (normalizedArtist === "autopsy") return "🧟";