mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
add fx
This commit is contained in:
parent
679e530a89
commit
c819f6cd4a
@ -310,7 +310,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return res.redirect(`/watch?v=${req.query.v}&f=1`);
|
||||
return res.redirect(`/watch?v=${req.query.v}&fx=1`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user