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