From 03bb5240360f552ab07adaff57651a89a0c49108 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 1 Jan 2024 09:41:57 +0000 Subject: [PATCH] mhm --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 1055f7f..278eeae 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1548,7 +1548,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", "") %> • <%= convert(x.views) %> views
<% }) %><% } %> <% if (f) { %>