diff --git a/html/poketube.ejs b/html/poketube.ejs index 3d1ba06a..c347d0d7 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1670,7 +1670,14 @@ Recommended Videos <% } %>
- <%=x.author %> <% if (x?.authorVerified) { %> <% } %> + <%=x.author %> <% if (x?.authorVerified) { %> + <% if (x.title.toLowerCase().includes("official video") || x.title.toLowerCase().includes("official music video") || x.title.toLowerCase().includes("official audio")) { %> + + <% } else { %> + + <% } %> +<% } %> +