1
Fork 0

fix & lol

This commit is contained in:
Ashley 2022-12-29 15:47:26 +00:00
parent 5233aba0e0
commit 78c9c1d21f

View file

@ -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();