1
Fork 0
This commit is contained in:
Ashley 2023-11-12 14:51:08 +00:00
parent 679e530a89
commit c819f6cd4a

View file

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