mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:58:26 +01:00
add warnings
This commit is contained in:
parent
118e43bb7e
commit
af5c225976
1 changed files with 13 additions and 5 deletions
|
@ -451,15 +451,22 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
<div class="video-grid" >
|
|
||||||
|
<% if (Array.isArray(tj.Channel.Contents)) { %>
|
||||||
|
|
||||||
|
<div class="video-grid" >
|
||||||
<% if (!continuation) { %>
|
<% if (!continuation) { %>
|
||||||
|
|
||||||
<% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
|
<% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
|
||||||
|
@ -511,6 +518,7 @@
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue