audiobookshelf/test/server/utils/queries
Eyad a2a94bc257 Fix continue-series to use most recently finished book when onlyShowLaterBooks is enabled
The setting used max(sequence) to find where the user is in a series, so
re-reading an earlier book had no effect on the continue-series position.
Switched to ordering by finishedAt instead, with highest sequence as
tiebreaker for batch mark-as-finished.
2026-05-08 22:04:05 +00:00
..
libraryItemsBookFilters.test.js Fix continue-series to use most recently finished book when onlyShowLaterBooks is enabled 2026-05-08 22:04:05 +00:00