From 76db6382bdd5d4cad8f72fe4ba8e202f4fc359e6 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 19 Aug 2025 22:56:04 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index c405215e..1f036dd4 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -46,7 +46,7 @@ long video from <%=inv_vid?.author%> On Poke! -πŸ‘ <%=convert(engagement.likes)%> | πŸ‘Ž <%=convert(engagement.dislikes)%> | πŸ“ˆ <%=convert(engagement.viewCount)%> Views πŸ—“οΈ <%= date.replace("Premiered", " ") %> πŸ’¬ <% if (!isNaN(inv.commentCount)) { %><%= inv.commentCount.toLocaleString() %> +πŸ‘ <%=convert(engagement?.likes)%> | πŸ‘Ž <%=convert(engagement?.dislikes)%> | πŸ“ˆ <%=convert(engagement.viewCount)%> Views πŸ—“οΈ <%= date.replace("Premiered", " ") %> πŸ’¬ <% if (!isNaN(inv.commentCount)) { %><%= inv.commentCount.toLocaleString() %> <% } else { %> 0 <% } %>" property=twitter:description> @@ -3708,23 +3708,7 @@ window.addEventListener('DOMContentLoaded', () => { <% } catch (error) { %> - - - +

"Error while communicating with Invidious companion: Error connecting to 'gluetun:8282': Host is unreachable"

<% } %> \ No newline at end of file