Update html/channel.ejs
This commit is contained in:
parent
2a8de8f011
commit
80c5a87c2a
@ -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>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user