add warnings

This commit is contained in:
Ashley 2022-11-03 17:44:30 +01:00
parent 118e43bb7e
commit af5c225976

View file

@ -453,12 +453,19 @@
</div> </div>
<% } %> <% } %>
<% if (!Array.isArray(tj.Channel.Contents)) { %>
See https://codeberg.org/Ashley/poketube/issues/14#issuecomment-663938
<% } %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<% if (!tab) { %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <% if (!tab) { %>
<div align="center"> <div align="center">
<% if (Array.isArray(tj.Channel.Contents)) { %>
<div class="video-grid" > <div class="video-grid" >
<% if (!continuation) { %> <% if (!continuation) { %>
@ -509,6 +516,7 @@
</div> </div>
<% } %>
<% } %> <% } %>
<% } %> <% } %>