From e9e342d9c033365a83d053f7079d771f90fc707f Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 5 Jan 2024 20:23:49 +0000 Subject: [PATCH] oops sorry qwq --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 46c0ca6..40e6a5b 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1810,7 +1810,7 @@ var userID = localStorage.getItem("UserID"); if (userID) { // If user ID exists in localStorage, set the href attribute - anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=k.Video.Channel.Name%>&avatar=<%- media_proxy_url %>?proxy=<%= k.Video.Channel.Avatar[1].$t %>&channelID=<%=video?.Channel.id || k.Video.Channel.id %>`; + anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=k.Video.Channel.Name%>&avatar=<%- media_proxy_url %>/proxy?url=<%= k.Video.Channel.Avatar[1].$t %>&channelID=<%=video?.Channel.id || k.Video.Channel.id %>`; } else { anchor.href = "/account-create" }