From c52eae79005089a715f1d0f0ece5b596c73ad962 Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 12 Sep 2025 18:12:49 +0200 Subject: [PATCH] test something --- html/channel.ejs | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/html/channel.ejs b/html/channel.ejs index 9765d755..135237ed 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1515,6 +1515,40 @@ margin-left: 10px; <% } %> + <% } %> + + <% if (tab === "releases") { %> + + + +
+ + +
+ + + <% if (Array.isArray(releases.playlists)) { %> + + <% releases.playlists.forEach (x => { %> + +
<%- x.videoCount %> Videos
+
+ <%- x.title %> + +
+
+ <% }) %> + <% } %> + + + + + + +
+ + + <% } %> <% if (tab === "playlist") { %>