1
Fork 0

fix & lol

This commit is contained in:
Ashley 2022-12-29 15:47:26 +00:00
parent d0c57e8f09
commit bac8b31405

View file

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