From f908c2195368023c6f36a4f743ce3301f22e6383 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 20 Aug 2025 01:45:53 +0200 Subject: [PATCH] Update html/channel.ejs --- html/channel.ejs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/channel.ejs b/html/channel.ejs index 4f6e18f1..cab2bc38 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -963,7 +963,14 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=< Posts <% } %> <% } %> + +<% if (Array.isArray(playlist?.playlists)) { %> + <% if (playlist.playlists.length != "0") { %> + + Playlists + <% } %> + <% } %> <% } %>