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