Update html/channel.ejs

This commit is contained in:
ashley 2025-08-20 01:44:15 +02:00
parent a2a704be8b
commit 6694fc8c0f

View File

@ -1539,6 +1539,11 @@ width: fit-content;
</h5>
<p>
<%- x.contentHtml %>
<% if (x.attachment) { %>
<% if (x.attachment.type === "video") { %>
<a href="/watch?v=<%=x.attachment.videoId%>">watch video on watch page</a>
<% } %>
<% } %>
</p>