1
Fork 0
This commit is contained in:
ashley 2024-07-18 13:40:26 +00:00
parent 999b18e4bb
commit 7303b9c241

View file

@ -1690,7 +1690,7 @@ Offical Discord Server! :3
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
<% if (support != undefined && linkto === undefined) { %>
<% if (support != undefined && linkto == undefined) { %>
<div class="new-button button-encryption">
<a title="Support the Creator of the video!" style="color:var(--text-color);text-decoration: none;" href="https://www.patreon.com/join/<%- support.name %>">
@ -1708,7 +1708,7 @@ Offical Discord Server! :3
<% }%> <% }%>
<% }%>
<% if (support == undefined || linkto === undefined) { %>
<% if (support == undefined || linkto == undefined) { %>
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
@ -1727,17 +1727,17 @@ Offical Discord Server! :3
</a>
<% }%> <% }%>
<% }%> <% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
<% if (support == undefined || linkto !== undefined) { %>
<% if (support == undefined || linkto != undefined) { %>
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
<div class="new-button button-encryption">
<a title="Switch PokeTube Instance :3" style="color:var(--text-color);text-decoration: none;" href="https://redirect.poketube.fun/watch?v=<%=inv_vid.videoId%>">
<a title="Stream!" style="color:var(--text-color);text-decoration: none;" href="https://<%= linkto.subdomain %>.lnk.to/<% linkto.path %>">
<div class="pill-button">
<i class="fa-light fa-rocket-launch"></i>
LinktoTestObject
<i class="fa-light fa-music-note"></i>
Stream!
</div>
</div>