mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
sync tidb key
This commit is contained in:
parent
cc029c8c0a
commit
24833aef30
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue