remove lite from music videos

This commit is contained in:
Ashley 2022-12-01 17:21:20 +00:00
parent 42d24de4b4
commit 8f92f1affd

View file

@ -465,6 +465,8 @@
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<% if (!video.Title.endsWith('Audio)')) { %>
<div class="new-button" style=";margin-left: -3px;"> <div class="new-button" style=";margin-left: -3px;">
<a title="Low Bandwidth? try PokeTube Lite!" style="color:#fff;text-decoration: none" href="/lite?v=<%=video.id%>"> <a title="Low Bandwidth? try PokeTube Lite!" style="color:#fff;text-decoration: none" href="/lite?v=<%=video.id%>">
<div class="pill-button"> <div class="pill-button">
@ -474,7 +476,8 @@
</div> </div>
</a> </a>
</div> </div>
<% }%>
<% }%>
</div> </div>