From 19f263270f7a78bc53e1c946e471e9b795526d3e Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <hi@coryd.dev>
Date: Sat, 11 May 2024 17:29:52 -0700
Subject: [PATCH] chore: emojis

---
 api/now-playing.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/now-playing.js b/api/now-playing.js
index 2e91bcd7..a3e21748 100644
--- a/api/now-playing.js
+++ b/api/now-playing.js
@@ -64,6 +64,7 @@ const emojiMap = (genre, artist) => {
   if (genre.includes("dance-punk")) return "đŸĒŠ"
   if (genre.includes("punk") || genre.includes("hardcore")) return "✊"
   if (genre.includes("hip hop")) return "🎤"
+  if (genre.includes("hip-hop")) return "🎤"
   if (genre.includes("progressive") || genre.includes("experimental"))
     return "🤓"
   if (genre.includes("jazz")) return "đŸŽē"