diff --git a/html/poketube.ejs b/html/poketube.ejs index 278eeae9..e338da4d 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1548,10 +1548,10 @@ 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", "") %> • <%= convert(x.views) %> views
<% }) %><% } %> - - - <% if (f) { %> +<% 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 %>
<% if (universe) { %><%= x.uploadedAt.replace(" Streamed ", " ") %>
<%= convert(x.views) %> views <% } %> <% if (!universe) { %><%= x.uploadedAt.replace(" Streamed ", " ") %> • <%= convert(x.views) %> views <% } %>
<% }) %><% } %> + + <% if (f) { %> <% tj.forEach(x => { %>