mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 18:17:49 +01:00
fix a ,ssıe p
This commit is contained in:
parent
99647ff443
commit
36a8bec791
1 changed files with 5 additions and 5 deletions
|
@ -164,12 +164,12 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
if (isvld) {
|
if (isvld) {
|
||||||
core.video(v).then((data) => {
|
core.video(v).then((data) => {
|
||||||
if (data) {
|
if (data) {
|
||||||
|
if (data.video) {
|
||||||
const k = data.video;
|
const k = data.video;
|
||||||
const json = data.json;
|
const json = data.json;
|
||||||
const engagement = data.engagement;
|
const engagement = data.engagement;
|
||||||
var inv_comments = data.comments;
|
var inv_comments = data.comments;
|
||||||
const inv_vid = data.vid;
|
const inv_vid = data.vid;
|
||||||
if (data.video) {
|
|
||||||
if (json) {
|
if (json) {
|
||||||
if (json.Title) {
|
if (json.Title) {
|
||||||
if (!data.comments) inv_comments = "Disabled";
|
if (!data.comments) inv_comments = "Disabled";
|
||||||
|
|
Loading…
Reference in a new issue