sync tidb key

This commit is contained in:
Pas 2026-02-20 16:39:16 -07:00
parent cc029c8c0a
commit 24833aef30

View file

@ -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;