chore: augury emoji

This commit is contained in:
Cory Dransfeldt 2024-02-14 13:29:53 -08:00
parent 2ac2723a34
commit 77696469f2
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
const emojiMap = (genre, artist) => { const emojiMap = (genre, artist) => {
const DEFAULT = "🎧"; const DEFAULT = "🎧";
if (artist === "Augury") return "☄️";
if (artist === "Autopsy") return "🧟"; if (artist === "Autopsy") return "🧟";
if (artist === "Black Flag") return "🏴"; if (artist === "Black Flag") return "🏴";
if (artist === "Bruce Springsteen") return "🇺🇸"; if (artist === "Bruce Springsteen") return "🇺🇸";