mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
qwq
This commit is contained in:
parent
e1b453127d
commit
62f26be024
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ app.get("/watch", async function (req, res) {
|
|||
var inv_comments = data.comments;
|
||||
const inv_vid = data.vid;
|
||||
|
||||
if (!data.comments) inv_comments = " ";
|
||||
if (!data.comments) inv_comments = "Disabled";
|
||||
|
||||
if (api.video(v).b) {
|
||||
var nnn = data.beta;
|
||||
|
|
Loading…
Reference in a new issue