use the toggle to not show earlier works than the ones already read

This commit is contained in:
Lauri Vuorela 2024-03-12 17:04:26 +01:00
parent a814e45150
commit c83399c7b5
3 changed files with 25 additions and 5 deletions

View file

@ -11,6 +11,7 @@ const oldLibrary = require('../objects/Library')
* @property {string} autoScanCronExpression
* @property {boolean} audiobooksOnly
* @property {boolean} hideSingleBookSeries Do not show series that only have 1 book
* @property {boolean} onlyShowLaterBooksInContinueSeries Skip showing books that are earlier than the max sequence read
* @property {string[]} metadataPrecedence
*/