Update html/channel.ejs

This commit is contained in:
ashley 2025-09-12 18:28:02 +02:00
parent 2a8de8f011
commit 80c5a87c2a

View File

@ -780,6 +780,14 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<% } %>
<% } %>
<% if (Array.isArray(released?.playlists)) { %>
<% if (released.playlists.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=releases" class="tab" style="color:pink">Releases</a>
<% } %>
<% } %>
<% } %>