Skip to content

Commit

Permalink
Merge branch 'LNReader:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Palloxin authored Oct 10, 2024
2 parents 322b9dc + 9c68260 commit 76c45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/queries/ChapterQueries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const insertChapters = async (
`
UPDATE Chapter SET
page = ?, position = ?
WHERE path = ? AND novelId = ? (AND page != ? OR position != ?)
WHERE path = ? AND novelId = ? AND (page != ? OR position != ?)
`,
[
chapter.page || '1',
Expand Down

0 comments on commit 76c45a1

Please sign in to comment.