1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:54:42 -05:00

add fix for this

This commit is contained in:
Ashley 2023-11-12 13:30:02 +00:00
parent 572cfcaf2b
commit 5a731b383e

View file

@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
}
} catch (error) {
console.error(error);
return res.redirect("/?fromerror=41_generic_error");
return res.redirect(`/watch?v=${req.query.v}&f=1`);
}
});
});