From 1a7f6a607bd25d483b198cc2d44f37b8aede5bd4 Mon Sep 17 00:00:00 2001 From: ashley Date: Tue, 2 Sep 2025 00:58:40 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/watch.ejs b/html/watch.ejs index 4b422546..d852ba49 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -2323,7 +2323,7 @@ if (/[?&]autoplay=/.test(location.search)) { if (userID) { // If user ID exists in localStorage, set the href attribute - anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=VideoData.author%>&avatar=<%- media_proxy_url %>/proxy?url=<%= VideoData.authorThumbnails[1].url %>&channelID=<%=video?.Channel.id || VideoData.authorId %>`; + anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=VideoData.author%>&avatar=<%- media_proxy_url %>/proxy?url=<%= VideoData.authorThumbnails[4].url %>&channelID=<%=video?.Channel.id || VideoData.authorId %>`; } else { anchor.href = "/account-create" }