1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05:00
This commit is contained in:
ashley 2024-10-24 14:04:12 +00:00
parent edb1f1a4c8
commit 60f4c2adfa

View file

@ -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 %>"