From af5c225976937ea7a28081609948ebd633d96410 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 3 Nov 2022 17:44:30 +0100 Subject: [PATCH] add warnings --- html/channel.ejs | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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 @@ <% } %> <% } %> + <% } %> <% } %>