Add "started" library filter

This commit is contained in:
schroda
2024-12-27 03:32:30 +01:00
parent 7c0ce65683
commit 6c175d0b7f
7 changed files with 19 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
hasDownloadedChapters: undefined,
hasBookmarkedChapters: undefined,
hasUnreadChapters: undefined,
hasReadChapters: undefined,
hasDuplicateChapters: undefined,
hasTrackerBinding: undefined,
hasStatus: undefined,
@@ -91,6 +92,7 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
'hasDownloadedChapters',
'hasBookmarkedChapters',
'hasUnreadChapters',
'hasReadChapters',
'hasDuplicateChapters',
'hasTrackerBinding',
'hasStatus',