mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
Update html/poketube.ejs
This commit is contained in:
parent
fbbf9a46db
commit
2c9b109c74
1 changed files with 4 additions and 1 deletions
|
@ -1864,7 +1864,10 @@ inv_vid?.recommendedVideos.forEach(video => {
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% if (!inv_vid.recommendedVideos) { %>
|
||||||
|
<p> oops </p>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<% if (f) { %>
|
<% if (f) { %>
|
||||||
<% channel_uploads.latestVideos.forEach(x => { %>
|
<% channel_uploads.latestVideos.forEach(x => { %>
|
||||||
|
|
Loading…
Reference in a new issue