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;