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 @@
<% }) %>
- <% } %>
+ <% } %>
+ <% } %>
+ <% } %>
+
+ <% } %>
+ <% } %>
+ <% } %>
<% } %>