This commit is contained in:
Ashley 2023-11-12 15:07:44 +00:00
parent 58c9bd4f10
commit 5900bc5b11

View file

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