mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
fix bug :3
This commit is contained in:
parent
442ae884a3
commit
43581eaa59
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationE
|
||||||
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
||||||
}
|
}
|
||||||
|
|
||||||
const subscribers = convert(cinv?.subCount);
|
const subscribers = convert(cinv?.subCount || 0);
|
||||||
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
|
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
|
||||||
const description = about?.Description.toString().replace(
|
const description = about?.Description.toString().replace(
|
||||||
/\n/g,
|
/\n/g,
|
||||||
|
|
Loading…
Reference in a new issue