1
Fork 0
This commit is contained in:
ashley 2024-07-23 19:39:38 +00:00
parent dac8758fb8
commit e5ec4e6679

View file

@ -297,7 +297,7 @@ module.exports = function (app, config, renderTemplate) {
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
}
const subscribers = convert(cinv.subCount);
const subscribers = convert(cinv?.subCount);
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
const description = about?.Description.toString().replace(
/\n/g,