From 505e9c1c61eeab1df8c3b286469eeebbe7fc33f8 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 15 Jul 2024 15:41:18 +0000 Subject: [PATCH] :3 --- html/channel.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index 9333a90..5228b8a 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1253,7 +1253,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1318,7 +1318,7 @@ width: fit-content; <% if (Array?.isArray( shorts.videos)) { %> <% shorts.videos.forEach (x => { %> - + <%- x.title %> <% }) %> @@ -1419,7 +1419,7 @@ width: fit-content; <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1529,7 +1529,7 @@ width: fit-content;