diff --git a/api/now-playing.js b/api/now-playing.js index e9dbf6e6..71c6db82 100644 --- a/api/now-playing.js +++ b/api/now-playing.js @@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => { if (normalizedArtist === "mastodon") return "πŸ‹"; if (normalizedArtist === "minor threat") return "πŸ‘¨πŸ»β€πŸ¦²"; if (normalizedArtist === "panopticon") return "πŸͺ•πŸͺ¦"; + if (normalizedArtist === "radiohead") return "πŸ“»πŸ™‚β€β†•οΈ"; if (normalizedArtist === "taylor swift") return "πŸ‘ΈπŸΌ"; if (normalizedArtist === "webbed wing") return "🀑"; diff --git a/package.json b/package.json index c10989e7..4025f611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "8.4.4", + "version": "8.4.5", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {