This commit is contained in:
ashley 2024-09-11 15:51:34 +00:00
parent 49de19ca5f
commit 6ffcbb1683

View file

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