From f74efd2db0a6b552764fe6174ff02f7ce871a16c Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 17 Aug 2024 19:16:43 +0000 Subject: [PATCH] Update src/libpoketube/init/pages-channel-and-download.js --- src/libpoketube/init/pages-channel-and-download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libpoketube/init/pages-channel-and-download.js b/src/libpoketube/init/pages-channel-and-download.js index 72f8d5e0..7c77740a 100644 --- a/src/libpoketube/init/pages-channel-and-download.js +++ b/src/libpoketube/init/pages-channel-and-download.js @@ -280,8 +280,8 @@ var continuationExists = 'continuation' in req.query; if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationExists) { var cinv = { - error = `this channel was banned for violating the code of conduct. You can still watch content but cannot view the channel itself. If you still wanna view content click here to bypass this restriction.`; - } + error = `this channel was banned for violating the code of conduct. You can still watch content but cannot view the channel itself. If you still wanna view content click here to bypass this restriction.` + } }