diff --git a/html/poketube.ejs b/html/poketube.ejs index 24e071e..5ce271d 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1515,7 +1515,7 @@ Recommended Videos -<% if (!f) { %><% k.Video.Recommendations?.Video?.forEach(x => { %>
<% if (!optout) { %><%- x.duration || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %>
<% if (!optout) { %><%= x.Title %><% } %><% if (optout) { %><%= x.Title %><% } %>
<%=x.Channel.Name %>
<%= x.uploadedAt.replace("Streamed", "Live") %>•<%= convert(x.views) %>views
<% }) %><% } %> +<% if (!f) { %><% k.Video.Recommendations?.Video?.forEach(x => { %>
<% if (!optout) { %><%- x.duration || "LIVE"%><% } %><% if (optout) { %><%- x.duration || "LIVE"%><% } %>
<% if (!optout) { %><%= x.Title %><% } %><% if (optout) { %><%= x.Title %><% } %>
<%=x.Channel.Name %>
<%= x.uploadedAt.replace("Streamed", "Live") %> • <%= convert(x.views) %>views
<% }) %><% } %> <% if (f) { %>