mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
add stream music button !!!!!!
This commit is contained in:
parent
d659e388fd
commit
2fa69f81ca
1 changed files with 24 additions and 0 deletions
|
@ -1691,6 +1691,7 @@ Offical Discord Server! :3
|
|||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
<% if (support != undefined) { %>
|
||||
<% if (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 %>">
|
||||
|
@ -1709,6 +1710,7 @@ Offical Discord Server! :3
|
|||
<% }%>
|
||||
|
||||
<% if (support == undefined) { %>
|
||||
<% if (linkto == undefined) { %>
|
||||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
|
@ -1724,6 +1726,28 @@ Offical Discord Server! :3
|
|||
</div>
|
||||
|
||||
|
||||
</a>
|
||||
<% }%>
|
||||
<% }%> <% }%>
|
||||
<% }%>
|
||||
<% }%>
|
||||
<% if (support == undefined) { %>
|
||||
<% if (linkto != undefined) { %>
|
||||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
|
||||
<div class="new-button button-encryption">
|
||||
<a title="Stream Music!" 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-music-note"></i>
|
||||
Stream music!
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</a>
|
||||
<% }%> <% }%>
|
||||
<% }%> <% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
|
||||
|
|
Loading…
Reference in a new issue