diff --git a/html/poketube.ejs b/html/poketube.ejs index 4f203c3..8790ff2 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

+