Update html/channel.ejs

This commit is contained in:
ashley 2025-08-20 00:06:36 +02:00
parent 9f0a23882b
commit 5d41790bd8

View File

@ -1512,7 +1512,7 @@ width: fit-content;
<h5 style="display: flex;margin-top: -1em;padding-top: 10px;margin-bottom:10px"><div class="thumb">
<a href="/channel?id=<%- x.authorId %>" class="avatar" style="width: 40px;height: 40px;">
<img src="https://p.poketube.fun/<%=cinv.authorThumbnails[4].url.replace("https://yt3.googleusercontent.com/", "")%>">
<img src="/avatars/<%=cinv.authorThumbnails[4].url.replace("https://yt3.googleusercontent.com/", "")%>">
</a>
</div>