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