mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:37:56 +01:00
fix & lol
This commit is contained in:
parent
5233aba0e0
commit
78c9c1d21f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const search = await modules.fetch(
|
const search = await modules.fetch(
|
||||||
`https://tube-srv.ashley143.gay/api/search?query=${query}&continuation=${continuation}`
|
`https://tube-srv.ashley143.gay/api/search?query=${query.replace("&", "and")}&continuation=${continuation}`
|
||||||
);
|
);
|
||||||
|
|
||||||
const text = await search.text();
|
const text = await search.text();
|
||||||
|
|
Loading…
Reference in a new issue