1
Fork 0

fix bug :3

This commit is contained in:
ashley 2024-09-06 03:44:03 +00:00
parent 442ae884a3
commit 43581eaa59

View file

@ -314,7 +314,7 @@ if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationE
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 description = about?.Description.toString().replace(
/\n/g,