mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add somethin to check if data video
This commit is contained in:
parent
380c66ed01
commit
90e25c74c3
@ -181,6 +181,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
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) {
|
||||||
@ -238,7 +239,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
});
|
});
|
||||||
} }
|
} }
|
||||||
|
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user