Update html/watch.ejs

This commit is contained in:
ashley 2025-08-31 22:36:31 +02:00
parent 0b4f8c869f
commit 71354e1468

View File

@ -1398,7 +1398,7 @@ Offical Discord Server! :3
<a name="chnl"></a>
<a href="/channel?id=<%=video?.Channel.id || VideoData.authorId%>@youtube.com" class="avatar">
<img loading="lazy" src="/avatars/<%= VideoData.authorThumbnails[1].url.replace("https://yt3.ggpht.com/", "") %>" %>">
<img loading="lazy" src="/avatars/<%= VideoData.authorThumbnails[1].url.replace("https://yt3.ggpht.com/", "") %>" >
</a>
<div class="name" >
<div style="display: flex;flex-direction: row;max-width: 119px;">
@ -1407,7 +1407,7 @@ Offical Discord Server! :3
<% if (VideoData?.authorVerified) { %>
<div>
<a href="https://support.google.com/youtube/answer/3046484?hl=en">
<i class="icon ion ion-md-checkmark-circle" title="verified channel"></i></a>
<i class="icon ion ion-md-checkmark-circle" title="verified channel" style="color:cyan" alt="verfied"></i></a>
</div>
<% } %>