From 80c5a87c2a10dd61025f8738bd87611eb644376c Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 12 Sep 2025 18:28:02 +0200 Subject: [PATCH] Update html/channel.ejs --- html/channel.ejs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + <% } %> + <% } %> + <% } %>