This commit is contained in:
Ashley //// 2024-03-29 15:13:41 +00:00
parent d67be44a3f
commit fab6f2fd73

View file

@ -357,9 +357,9 @@ module.exports = function (app, config, renderTemplate) {
engagement, engagement,
comments: inv_comments, comments: inv_comments,
vid: inv_vid, vid: inv_vid,
} = await INNERTUBE.getYouTubeApiVideo(f, v); } = await INNERTUBE?.getYouTubeApiVideo(f, v);
const data = await INNERTUBE.getYouTubeApiVideo(f, v); const data = await INNERTUBE?.getYouTubeApiVideo(f, v);
const color = data.color; const color = data.color;
const color2 = data.color2; const color2 = data.color2;
const desc = data?.desc; const desc = data?.desc;