mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
Update src/libpoketube/init/pages-channel-and-download.js
This commit is contained in:
parent
c53d1a57c9
commit
f74efd2db0
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ 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 <a href="?bypass=${bypassQuery}">click here</a> 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 <a href="?bypass=${bypassQuery}">click here</a> to bypass this restriction.`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue