diff --git a/lbrytv/src/html.js b/lbrytv/src/html.js index 7efc3f9c2..b514e5f79 100644 --- a/lbrytv/src/html.js +++ b/lbrytv/src/html.js @@ -123,7 +123,7 @@ async function getClaimFromChainquery(url) { } module.exports.getHtml = async function getHtml(ctx) { - const path = ctx.path; + const path = decodeURIComponent(ctx.path); if (path.length === 0) { return insertToHead(html);