1
Fork 0

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`);
}
});
});