From b7395b8a92930a4e5c82ba902f2b8031a7a96bb2 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 14 Dec 2023 10:19:33 +0000 Subject: [PATCH] add new proxy :3 --- html/channel.ejs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index f897c286..ee99c941 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1054,7 +1054,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1110,7 +1110,7 @@ width: fit-content; <% if (Array?.isArray( shorts.videos)) { %> <% shorts.videos.forEach (x => { %> - + <%- x.title %> <% }) %> @@ -1211,7 +1211,7 @@ width: fit-content; <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1287,7 +1287,7 @@ width: fit-content;