From 6694fc8c0fb3b7c5d178687aa51761a478b88dd0 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 20 Aug 2025 01:44:15 +0200 Subject: [PATCH] Update html/channel.ejs --- html/channel.ejs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/channel.ejs b/html/channel.ejs index 48104ef1..4f6e18f1 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1539,6 +1539,11 @@ width: fit-content;

<%- x.contentHtml %> + <% if (x.attachment) { %> + <% if (x.attachment.type === "video") { %> + watch video on watch page + <% } %> + <% } %>