mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 11:03:43 +00:00
fix & lol
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user