1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:14:39 -05:00
This commit is contained in:
Ashley //// 2024-03-29 15:32:11 +00:00
parent b1379daf54
commit fae8b7333d

View file

@ -355,7 +355,6 @@ module.exports = function (app, config, renderTemplate) {
var contentregion = "US";
const {
video: k,
json,
engagement,
comments: inv_comments,
@ -368,7 +367,8 @@ module.exports = function (app, config, renderTemplate) {
const color2 = data.color2;
const desc = data?.desc;
const isMobile = req.useragent.isMobile;
const wiki = data.wiki;
const wiki = data?.wiki;
const k = data?.video;
const { channel: tj } = data;
const u = await media_proxy(v);
const d = desc.toString().replace(/\n/g, " <br> ");