diff --git a/html/poketube.ejs b/html/poketube.ejs index 1911eb4..c7edf33 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2229,11 +2229,11 @@ inv_vid?.recommendedVideos.forEach(video => { <% inv_vid?.recommendedVideos.forEach(x => { %>
<% if (!optout) { %> - + <%- turntomins(x.lengthSeconds) || "LIVE"%> <% } %> <% if (optout) { %> - + <%- x.duration || "LIVE"%> <% } %> @@ -2279,7 +2279,7 @@ inv_vid?.recommendedVideos.forEach(video => { <% if (f) { %> <% channel_uploads.latestVideos.forEach(x => { %>
- <% if (!optout) { %><%- turntomins(x.lengthSeconds) || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %> + <% if (!optout) { %><%- turntomins(x.lengthSeconds) || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %>