mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix a silly issue :3
This commit is contained in:
parent
dc2463f176
commit
0536e7765d
@ -503,6 +503,14 @@
|
||||
</p>
|
||||
|
||||
<div class="video-grid" style="background:#111" >
|
||||
<% 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 @@
|
||||
</div>
|
||||
</a>
|
||||
<% }) %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user