mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
bwa!!!
This commit is contained in:
parent
c762d55946
commit
0b1d2c6b0e
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
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 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