mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
fix & lol
This commit is contained in:
parent
d0c57e8f09
commit
bac8b31405
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue