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 + <% } %> + <% } %>