From 0df59c8f0abd628e9f7405c621b94b0660b746ae Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Sep 2022 09:01:04 +0200 Subject: [PATCH] Verified icons :3 --- html/poketube.ejs | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 51383fc9..06659b11 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -556,8 +556,18 @@ border-radius: 5px;
- <%=video.Channel.Name%> - + <%=video.Channel.Name%> + + <% if (!video.Channel.Name.endsWith(' - Topic')) { %> + + <% if (!nigth.channel.badges[0].tooltip === null) { %> + + <% if (nigth.channel.badges[0].tooltip === "Verified") { %> + + <% } %> <% if (nigth.channel.badges[0].tooltip === "Official Artist Channel") { %> + + <% } %> <% } %><% } %> +
@@ -587,7 +597,7 @@ border-radius: 5px;

-PokeTube Player v08.31.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) +PokeTube Player v09.04.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )