From 403f59d1ba55deff24e6ee43dfd39af0a3543709 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Thu, 1 Feb 2024 16:41:46 +0000 Subject: [PATCH] mb lmao --- html/lite.ejs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/html/lite.ejs b/html/lite.ejs index 55c6ea11..3b81ed22 100644 --- a/html/lite.ejs +++ b/html/lite.ejs @@ -562,15 +562,15 @@ background: none !important; <% inv_vid?.recommendedVideos.forEach(x => { %>
- <% if (!optout) { %><%- turntomins(x.lengthSeconds) || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %> + <% if (!optout) { %><%- turntomins(x.lengthSeconds) || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %>
<% if (!optout) { %> - + <%= x.title %> <% } %> <% if (optout) { %> - + <%= x.title %> <% } %> @@ -595,15 +595,15 @@ background: none !important; <% if (inv_vid.recommendedVideos.length < 1) { %> <% channel_uploads.latestVideos.forEach(x => { %>