From c340835fa44549843c174ea1e8892448099bbeca Mon Sep 17 00:00:00 2001 From: bmcdonough Date: Wed, 15 Oct 2025 21:37:16 +0000 Subject: [PATCH] added extractor_args --- frontend/src/stores/AppSettingsStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/stores/AppSettingsStore.ts b/frontend/src/stores/AppSettingsStore.ts index 844285e5..e1008c06 100644 --- a/frontend/src/stores/AppSettingsStore.ts +++ b/frontend/src/stores/AppSettingsStore.ts @@ -32,6 +32,7 @@ export const useAppSettingsStore = create(set => ({ cookie_import: false, potoken: false, throttledratelimit: null, + extractor_args: null, extractor_lang: null, integrate_ryd: false, integrate_sponsorblock: false,