mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
a
This commit is contained in:
parent
edb1f1a4c8
commit
60f4c2adfa
@ -984,7 +984,7 @@ no results found :c u can try <a href="https://youtube.com/results?search_query=
|
|||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% (invresults?.results || invresults)?.forEach(x => { %>
|
<% (invresults?.results ? invresults.results : invresults)?.forEach(x => { %>
|
||||||
<div class="video-list">
|
<div class="video-list">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<a href="/watch?v=<%= x.videoId %>"
|
<a href="/watch?v=<%= x.videoId %>"
|
||||||
|
Loading…
Reference in New Issue
Block a user