From 8cfa96df24525d2db335e1c70efaec80f4d6abe2 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 18 Nov 2023 19:07:05 +0000 Subject: [PATCH] fix this (oops) --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 316f54fe..d344d61d 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1500,7 +1500,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
<% }) %> +<% 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) { %>