mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-15 02:08:44 +01:00
test a
This commit is contained in:
parent
3872e7cb64
commit
edb1f1a4c8
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ no results found :c u can try <a href="https://youtube.com/results?search_query=
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% invresults?.forEach (x => { %>
|
<% (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 a new issue