From 7ddbe0641ac52301cbaef136bbdb79149fa06fcc Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 15 Jul 2024 14:58:32 +0000 Subject: [PATCH] fix channel pages :3 --- html/channel.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index c6df24b8..181d0831 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -701,7 +701,7 @@ height: 100%;

<%=j.Channel?.Metadata.Name%> - <% if (cinv?.authorVerified) { %> + <% if (firstVideo?.authorVerified) { %> @@ -711,7 +711,7 @@ height: 100%; <% } %> @<%- cinv.authorId %>@youtube.com

-

<%=subs%> subscribers - <%- pronoun %>

+

<%=firstVideo.subCountText%> subscribers - <%- pronoun %>

@@ -1003,7 +1003,7 @@ width: fit-content;

<%=j.Channel?.Metadata.Name%>

- <%=subs%> subscribers - <%- pronoun %> + <%=firstVideo.subCountText%> subscribers - <%- pronoun %>