mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 04:27:59 +00:00
fix some issues on the search smart descs
This commit is contained in:
@@ -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,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user