Add "has duplicate chapters" library filter

closes #777
This commit is contained in:
schroda
2024-07-28 23:14:42 +02:00
parent 81cb78a634
commit e99ed3eec5
7 changed files with 45 additions and 17 deletions

View File

@@ -269,6 +269,7 @@ export interface LibraryOptions {
downloaded: NullAndUndefined<boolean>;
bookmarked: NullAndUndefined<boolean>;
unread: NullAndUndefined<boolean>;
hasDuplicateChapters: NullAndUndefined<boolean>;
sorts: NullAndUndefined<LibrarySortMode>;
sortDesc: NullAndUndefined<boolean>;
showTabSize: boolean;