We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a61747 commit b413795Copy full SHA for b413795
src/routes/getChapterNames.ts
@@ -22,7 +22,7 @@ export async function getChapterNames(req: Request, res: Response): Promise<Resp
22
const descriptions = await db.prepare("all", `
23
SELECT "description"
24
FROM "sponsorTimes"
25
- WHERE ("votes" > 0 OR ("views" > 100 AND "votes" >= 0)) AND "videoID" IN (
+ WHERE ("locked" = 1 OR "votes" > 0 OR ("views" > 25 AND "votes" >= 0)) AND "videoID" IN (
26
SELECT "videoID"
27
FROM "videoInfo"
28
WHERE "channelID" = ?
0 commit comments