This commit is contained in:
ashley 2025-09-16 14:13:46 +02:00
parent 92c0dbfe23
commit 24cfbe107d

View File

@ -3653,12 +3653,11 @@ More Epic options owo~
<div>
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word;color:#fff;">
<%=x.author %> <% if (x?.authorVerified) { %>
<%=x.author %> - <%= x.viewCountText %> Views - <%= x.publishedText %> <% if (x?.authorVerified) { %>
<i class="icon ion ion-md-checkmark-circle" style="margin-left: 0em;" title="verified channel"></i>
<% } %>
</a>
<div class="video-views">
<%= x.viewCountText %> Views
</div>
</div>