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