Update html/channel.ejs

This commit is contained in:
ashley 2025-08-20 01:45:53 +02:00
parent 6694fc8c0f
commit f908c21953

View File

@ -963,7 +963,14 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=<
<a href="/channel?id=<%=ID%>&tab=community" class="tab" style="color:pink">Posts</a>
<% } %>
<% } %>
<% if (Array.isArray(playlist?.playlists)) { %>
<% if (playlist.playlists.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=playlist" class="tab" style="color:pink">Playlists</a>
<% } %>
<% } %>
<% } %>
</div>