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") { %>