diff --git a/html/channel.ejs b/html/channel.ejs index 27e5d342..37651166 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -451,15 +451,22 @@ - + <% } %> - + <% if (!Array.isArray(tj.Channel.Contents)) { %> +See https://codeberg.org/Ashley/poketube/issues/14#issuecomment-663938 + <% } %> -
<% if (!tab) { %> - +
+ <% if (!tab) { %> + +
-
+ + <% if (Array.isArray(tj.Channel.Contents)) { %> + +
<% if (!continuation) { %> <% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %> @@ -511,6 +518,7 @@ <% } %> <% } %> + <% } %> <% } %>