mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
add fix for this
This commit is contained in:
parent
572cfcaf2b
commit
5a731b383e
@ -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`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user