mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +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) {
|
||||
if (config.proxySubmission) {
|
||||
proxySubmission(req);
|
||||
return proxySubmission(req);
|
||||
}
|
||||
|
||||
let videoID = req.query.videoID || req.body.videoID;
|
||||
|
||||
Reference in New Issue
Block a user