From 0536e7765dfbea29e406f162be2c383e8279894c Mon Sep 17 00:00:00 2001
From: Ashley
Date: Thu, 1 Dec 2022 15:56:48 +0000
Subject: [PATCH] fix a silly issue :3
---
html/channel.ejs | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/html/channel.ejs b/html/channel.ejs
index 983e71eb..99201096 100644
--- a/html/channel.ejs
+++ b/html/channel.ejs
@@ -503,6 +503,14 @@
+ <% if ( tj ) { %>
+
+ <% if ( tj.Channel) { %>
+
+ <% if ( tj.Channel.Contents) { %>
+ <% if ( tj.Channel.Contents.ItemSection[2]) { %>
+
+ <% if ( tj.Channel.Contents.ItemSection[2].Shelf) { %>
<% if ( tj.Channel.Contents.ItemSection[2].Shelf.Items.Video) { %>
<% tj.Channel.Contents.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
@@ -514,7 +522,13 @@
<% }) %>
- <% } %>
+ <% } %>
+ <% } %>
+ <% } %>
+
+ <% } %>
+ <% } %>
+ <% } %>
<% } %>