From d7f76f3a2cd2ec2016a2eb14d6610c82cd9438e5 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 23 Jul 2024 10:12:43 +0000 Subject: [PATCH] test commit ignore pls --- html/search.ejs | 84 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 58 insertions(+), 26 deletions(-) diff --git a/html/search.ejs b/html/search.ejs index d4dc563..64f6872 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -529,42 +529,74 @@ font-weight: 1000;">You are not alone <% if (!tab) { %> - - <% invresults.forEach (x => { %> -
- + + +<% invresults.forEach (x => { %> +
- <%=turntomins(x.lengthSeconds) %> -
+ style="background-image: url('<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 10px;"> + Watch + <%= turntomins(x.lengthSeconds) %> + +
- -
-
- - + +<% }) %> - <% }) %>