diff --git a/html/channel.ejs b/html/channel.ejs index 3e04e74e..f599f2cb 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -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") { %> + + Releases + <% } %> + <% } %> + <% } %>