mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 08:57:57 +00:00
add somethin to check if data video
This commit is contained in:
@@ -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) {
|
|||||||
});
|
});
|
||||||
} }
|
} }
|
||||||
|
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user