mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 06:47:58 +00:00
add fx
This commit is contained in:
@@ -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`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user