From 4d88e9afb12291c687f442a3e8f06dd063bdb3eb Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 8 Aug 2023 19:26:22 +0000 Subject: [PATCH] fix some stuff lol --- html/channel.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index e1eb56ac..aa3f22e4 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -591,7 +591,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=< <% } %> - <% if (Array.isArray(c.comments)) { %> + <% if (Array.isArray(c?.comments)) { %> <% if (c.comments.length != "0") { %> @@ -869,7 +869,7 @@ width: fit-content;
- <% if (Array.isArray( tj.videos)) { %> + <% if (Array.isArray( tj?.videos)) { %> <% tj.videos.forEach (x => { %> @@ -889,7 +889,7 @@ width: fit-content;
- <% if (tj.continuation) { %> + <% if (tj?.continuation) { %>
Next Page