mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Return when proxying
This commit is contained in:
committed by
GitHub
parent
51fe7d5599
commit
98b79b042b
@@ -127,7 +127,7 @@ function proxySubmission(req) {
|
|||||||
|
|
||||||
module.exports = async function postSkipSegments(req, res) {
|
module.exports = async function postSkipSegments(req, res) {
|
||||||
if (config.proxySubmission) {
|
if (config.proxySubmission) {
|
||||||
proxySubmission(req);
|
return proxySubmission(req);
|
||||||
}
|
}
|
||||||
|
|
||||||
let videoID = req.query.videoID || req.body.videoID;
|
let videoID = req.query.videoID || req.body.videoID;
|
||||||
|
|||||||
Reference in New Issue
Block a user