mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 07:58:05 +01:00
qwq
This commit is contained in:
parent
050cedbd5d
commit
7db05bb31e
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;
|
var inv_comments = data.comments;
|
||||||
const inv_vid = data.vid;
|
const inv_vid = data.vid;
|
||||||
|
|
||||||
if (!data.comments) inv_comments = " ";
|
if (!data.comments) inv_comments = "Disabled";
|
||||||
|
|
||||||
if (api.video(v).b) {
|
if (api.video(v).b) {
|
||||||
var nnn = data.beta;
|
var nnn = data.beta;
|
||||||
|
|
Loading…
Reference in a new issue