mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
a
This commit is contained in:
parent
edb1f1a4c8
commit
60f4c2adfa
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>
|
||||
<% } %>
|
||||
|
||||
<% (invresults?.results || invresults)?.forEach(x => { %>
|
||||
<% (invresults?.results ? invresults.results : invresults)?.forEach(x => { %>
|
||||
<div class="video-list">
|
||||
<div class="video">
|
||||
<a href="/watch?v=<%= x.videoId %>"
|
||||
|
|
Loading…
Reference in a new issue