diff --git a/html/channel.ejs b/html/channel.ejs index 9333a90f..5228b8a0 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;