mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
fix some issues on the search smart descs
This commit is contained in:
parent
2e5fe0574b
commit
d85e6efb38
1 changed files with 2 additions and 3 deletions
|
@ -202,7 +202,6 @@ app.get("/watch", async function (req, res) {
|
|||
|
||||
if (!data.comments) inv_comments = "Disabled";
|
||||
|
||||
|
||||
if (!api.video(v).b) {
|
||||
var nnn = "";
|
||||
var badges = "";
|
||||
|
@ -434,7 +433,7 @@ app.get("/search", async (req, res) => {
|
|||
j,
|
||||
continuation,
|
||||
q: query,
|
||||
summary
|
||||
summary,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue