mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-17 03:44:20 +03:00
Fix broken shadow ban check
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = async function (req, res) {
|
||||
return {
|
||||
videoID: video.videoID,
|
||||
hash: video.hashedVideoID,
|
||||
segments: getSegments(video.videoID, categories)
|
||||
segments: getSegments(req, video.videoID, categories)
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user