This commit is contained in:
Ashley 2022-12-01 15:59:31 +00:00
parent 4983b2a3ba
commit 2f45bc7a03

View file

@ -134,6 +134,8 @@ module.exports = function (app, config, renderTemplate) {
const engagement = data.engagement;
var inv_comments = data.comments;
const inv_vid = data.vid;
if(json) {
if(json.Title) {
if (!data.comments) inv_comments = "Disabled";
@ -187,7 +189,9 @@ module.exports = function (app, config, renderTemplate) {
inv_vid,
lyrics: "",
});
}
} }
});