diff --git a/html/poketube.ejs b/html/poketube.ejs index 759c383..87c9f82 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -231,7 +231,7 @@

-PokeTube Player v09.09.22a - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) +PokeTube Player v09.09.22b - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )

@@ -385,10 +385,7 @@ From <%=video.Channel.Name%> <% } %> -

- PokeTube is Free sw: Licenses -

- + <% if (lyrics && !r) { %>
@@ -885,8 +882,8 @@ a{
<%=engagement.viewCount.toLocaleString()%> Views - Uploaded on <%=date%> :3 -
-
+
+
<%=engagement.likes.toLocaleString()%>
@@ -921,7 +918,10 @@ a{ <% } %> <% if (badges.tooltip === "Official Artist Channel") { %> <% } %> <% } %> <% } %> - + +
+ <%= k.Video.Channel.subscriberCount %> +
@@ -966,6 +966,8 @@ a{ <% if (!f) { %> + <% if (!video.Channel.Name.endsWith(' - Topic')) { %> +
Recommendations @@ -976,8 +978,10 @@ From <%=video.Channel.Name%>
- <% } %> + <% } %> <% } %> + <% if (f) { %> + <% if (!video.Channel.Name.endsWith(' - Topic')) { %>
@@ -989,7 +993,8 @@ From <%=video.Channel.Name%>
- <% } %> + <% } %> <% } %> + <% if (!f) { %> <% k.Video.Recommendations.Video.forEach(x => { %> @@ -1141,7 +1146,7 @@ From <%=video.Channel.Name%> navigator.share({ title: document.title, text: "", - url: window.location.href + url: window.location.href + "?pk=m" }) .then(() => console.log('Successful share')) .catch(error => console.log('Error sharing:', error));