1
Fork 0
This commit is contained in:
ashley 2024-09-01 22:14:27 +00:00
parent 8f5d7de44d
commit 3956897066

View file

@ -969,7 +969,7 @@ font-weight: 1000;">dont.</h1></a>
display: none; display: none;
} }
</style> </style>
<% if (invresults.length < 1) { %> <% if (invresults?.length < 1) { %>
<style> <style>
#filters { #filters {
display:none display:none
@ -990,7 +990,7 @@ font-weight: 1000;">dont.</h1></a>
</div> </div>
<% } %> <% } %>
<% invresults.forEach (x => { %> <% 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 %>"
@ -1032,7 +1032,7 @@ font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><
<% if (invresults.length >= 1) { %> <% if (invresults?.length >= 1) { %>
<center> <center>