1
Fork 0
This commit is contained in:
ashley 2024-07-22 20:09:06 +00:00
parent c762d55946
commit 0b1d2c6b0e

View file

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