From 1dd67ff07217e9376d5031fe1891f309f0e0439f Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:50:44 +0200 Subject: [PATCH] Save "custom filters" reader settings per device --- src/modules/metadata/Metadata.constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/metadata/Metadata.constants.ts b/src/modules/metadata/Metadata.constants.ts index 9e3847cb..b2239120 100644 --- a/src/modules/metadata/Metadata.constants.ts +++ b/src/modules/metadata/Metadata.constants.ts @@ -453,7 +453,6 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [ // reader 'exitMode', - 'customFilter', 'shouldSkipDupChapters', 'shouldSkipFilteredChapters', 'hotkeys',