diff --git a/api/now-playing.js b/api/now-playing.js index 16274760..e9dbf6e6 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "autopsy") return "🧟"; if (normalizedArtist === "bedsore") return "πŸ›οΈ"; if (normalizedArtist === "black flag") return "🏴"; + if (normalizedArtist === "blink-182") return "😡"; if (normalizedArtist === "blood incantation") return "πŸ‘½"; if (normalizedArtist === "bolt thrower") return "βš”οΈ" if (normalizedArtist === "bruce springsteen") return "πŸ‡ΊπŸ‡Έ"; diff --git a/package.json b/package.json index 2fb09c18..ffa4d7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "8.4.0", + "version": "8.4.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {