From 97cd69acd07bedfd95a4d5741e522a1f84fa53e8 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 11 Nov 2023 11:43:45 +0000 Subject: [PATCH] add new channels (see: https://github.com/iv-org/invidious/pull/4241) --- html/channel.ejs | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index 7bce597..dde978e 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -553,8 +553,8 @@ margin-right: -79px; <% } %>
- - Channel Avatar + class="avatar"> + " alt="Channel Avatar"> <% if (cinv?.authorVerified) { %> @@ -594,7 +594,7 @@ margin-right: -79px;

<% try { %> - <%- getFirstLine(desc).slice(0, 60) %> + <%- getFirstLine(cinv.description).slice(0, 60) %> <% } catch (error) { %> @@ -808,7 +808,7 @@ width: fit-content;

- <%-getFirstLine(desc)%> + <%-getFirstLine(cinv.description)%>

@@ -1019,7 +1019,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1067,7 +1067,7 @@ margin-left: 8em;" > <% shorts.videos.forEach (x => { %> - + @@ -1142,7 +1142,7 @@ margin-left: 8em;" > <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1218,7 +1218,7 @@ margin-left: 8em;" >
<% } %>