mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix & lol
This commit is contained in:
parent
5233aba0e0
commit
78c9c1d21f
@ -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 New Issue
Block a user