PokeTube Player v08.29.22 :3

This commit is contained in:
Ashley 2022-08-29 14:35:29 +02:00
parent 22ac2fad9b
commit 74099a54d9

View file

@ -264,14 +264,7 @@ border-radius: 5px;
<% } %>
</div>
<div style="font-family:Inter">
<p style="text-align:center;">
Not loading? <s>skill issue</s> try the sd quailty :3
</p>
</div>
</div>
<br>
<div class="video-info">
@ -284,16 +277,16 @@ border-radius: 5px;
<%-String(video.Description).replace(/\n/g, " <br> ")%></center>
</p>
<div class="video-info-buttons" style="border-radius: 15px;background: #333;padding: 3px;border-style: none;min-height: 34px;height: min-content;">
<div>
<div title="Likes">
<i class="fa-light fa-thumbs-up"></i>
<%=engagement.likes.toLocaleString()%>
</div>
<div>
<div title="Dislikes">
<i class="fa-light fa-thumbs-down"></i> <%=engagement.dislikes.toLocaleString()%>
</div>
<div>
<a style="color:#fff;text-decoration: none; " href="/download?v=<%=video.id%>">
<a title="Download this Video :3" style="color:#fff;text-decoration: none; " href="/download?v=<%=video.id%>">
<i class="fa-light fa-download"></i>
Download
</a>
@ -301,7 +294,7 @@ border-radius: 5px;
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<% if (!video.Title.endsWith('Audio)')) { %>
<a style="color:#fff;text-decoration: none;" href="/encryption?v=<%=video.id%>">
<a title="Encryption duh" style="color:#fff;text-decoration: none;" href="/encryption?v=<%=video.id%>">
<i class="fa-light fa-shield"></i>
Encryption
</a>
@ -310,7 +303,7 @@ border-radius: 5px;
<% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %>
<% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %>
<a style="color:#fff;text-decoration: none;" href="/music?v=<%=video.id%>">
<a title="open this song in poketube music!" style="color:#fff;text-decoration: none;" href="/music?v=<%=video.id%>">
<i class="fa-light fa-music"></i>
Open In Music
</a>
@ -357,7 +350,7 @@ border-radius: 5px;
<p style="font-family:MonoSpace">
<b>
PokeTube Player v08.27.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
PokeTube Player v08.29.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
</b>
</p>