diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 768411a..492e5dc 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -432,7 +432,7 @@ async function updateDataIfVideoDurationChange(videoID: VideoID, service: string FROM "sponsorTimes" WHERE "videoID" = ? AND "service" = ? AND "hidden" = 0 AND "shadowHidden" = 0 AND - "votes" >= 0 AND "videoDuration" != 0`, + "votes" > -2 AND "videoDuration" != 0`, [videoID, service] ) as {videoDuration: VideoDuration, UUID: SegmentUUID}[];