From ef203b67cf690a8be0f3e1f2f3f39defa071044b Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Sep 2022 10:50:46 +0200 Subject: [PATCH] comments :3 --- html/poketube.ejs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 4f203c3a..8790ff27 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -560,13 +560,13 @@ border-radius: 5px; <% if (!video.Channel.Name.endsWith(' - Topic')) { %> - <% if (nigth.channel.badges[0].tooltip !== null) { %> + <% if (badges) { %> - <% if (nigth.channel.badges[0].tooltip === "Verified") { %> - - <% } %> <% if (nigth.channel.badges[0].tooltip === "Official Artist Channel") { %> - - <% } %> <% } %><% } %> + <% if (badges.tooltip === "Verified") { %> + + <% } %> <% if (badges.tooltip === "Official Artist Channel") { %> + + <% } %> <% } %> <% } %> @@ -593,7 +593,9 @@ border-radius: 5px;


- +
Comments - <%=comments%>
+

comments are in development! you can view them in invidious for now

+