From 24833aef30d44dba1322c3e0f17f2a6b9961cff8 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:39:16 -0700 Subject: [PATCH] sync tidb key --- src/backend/accounts/settings.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/accounts/settings.ts b/src/backend/accounts/settings.ts index d11eff5d..03c950e8 100644 --- a/src/backend/accounts/settings.ts +++ b/src/backend/accounts/settings.ts @@ -18,6 +18,7 @@ export interface SettingsInput { febboxKey?: string | null; debridToken?: string | null; debridService?: string; + tidbKey?: string | null; enableThumbnails?: boolean; enableAutoplay?: boolean; enableSkipCredits?: boolean; @@ -55,6 +56,7 @@ export interface SettingsResponse { febboxKey?: string | null; debridToken?: string | null; debridService?: string; + tidbKey?: string | null; enableThumbnails?: boolean; enableAutoplay?: boolean; enableSkipCredits?: boolean;