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 => { %>