This commit is contained in:
ashley 2024-10-23 15:35:52 +00:00
parent 2fd11f9679
commit 9a9d00e73f

View file

@ -377,6 +377,7 @@ module.exports = function (app, config, renderTemplate) {
lyrics: "",
});
} catch (err) {
res.status(502);
renderTemplate(res, req, "video-error.ejs", {
v,
err_reason:err