diff --git a/html/channel.ejs b/html/channel.ejs index 267a4438..169a24f2 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -457,6 +457,8 @@
+ <% if (!continuation) { %> + <% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
<%- x.duration %>
@@ -466,7 +468,48 @@
<% }) %> -
<% } %> + <% } %> + <% if (continuation) { %> + + <% tj.Channel.Contents.Video.forEach(x => { %> + +
<%- x.duration %>
+
+ <%- x.Title %> + +
+
+ <% }) %> + <% } %> + + + + <% if (!continuation) { %> + + <% if (tj.Channel.Contents.ItemSection.ItemSection.Continuation) { %> + + +
+ Next Page + +
+ + <% } %> + <% } %> + <% if (continuation) { %> + + <% if (tj.Channel.Contents.Continuation) { %> + + +
+ Next Page + +
+ + <% } %> + <% } %> + + <% } %> <% if (tab === "about") { %>