audiobookshelf/test/server/utils
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
..
parsers Improved subtitle parsing to account for bare colon in title 2026-02-06 14:31:09 -05:00
queries Fix continue-series to use most recently finished book when onlyShowLaterBooks is enabled 2026-05-08 22:04:05 +00:00
ffmpegHelpers.test.js Fix permission issues in embed/merge 2024-07-29 20:19:58 +03:00
fileUtils.test.js Fix .ignore file causing ignores outside the directory 2025-05-04 22:43:44 +02:00
scandir.test.js Add test for grouping book library items 2024-12-03 17:21:57 -06:00
stringifySequeslizeQuery.test.js fix stringifySequelizeQuery and add tests 2025-02-15 23:57:27 +02:00