diff --git a/netlify/edge-functions/now-playing.js b/netlify/edge-functions/now-playing.js
index 142c5aad..31626a41 100644
--- a/netlify/edge-functions/now-playing.js
+++ b/netlify/edge-functions/now-playing.js
@@ -54,7 +54,7 @@ export default async () => {
if (traktRes['type'] === 'episode') {
return Response.json({
text: `📺 ${traktRes['show']['title']} • ${traktRes['episode']['title']}`,
- html: `📺 ${traktRes['show']['title']} • ${traktRes['episode']['title']}`,
+ html: `📺 ${traktRes['show']['title']} • ${traktRes['episode']['title']}`,
})
}