mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:38:03 +01:00
fix lite mode :3
This commit is contained in:
parent
c36a8b4b56
commit
be97a858da
1 changed files with 2 additions and 2 deletions
|
@ -357,9 +357,9 @@ module.exports = function (app, config, renderTemplate) {
|
|||
engagement,
|
||||
comments: inv_comments,
|
||||
vid: inv_vid,
|
||||
} = await INNERTUBE.getYouTubeApiVideo(v);
|
||||
} = await INNERTUBE.getYouTubeApiVideo(f, v);
|
||||
|
||||
const data = await INNERTUBE.getYouTubeApiVideo(v);
|
||||
const data = await INNERTUBE.getYouTubeApiVideo(f, v);
|
||||
const color = data.color;
|
||||
const color2 = data.color2;
|
||||
const desc = data?.desc;
|
||||
|
|
Loading…
Reference in a new issue