mirror of
https://github.com/p-stream/backend.git
synced 2026-04-20 06:22:05 +00:00
Merge branch 'master' of https://github.com/FifthWit/backend
This commit is contained in:
commit
687d72d8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const log = scopedLogger('user-settings');
|
|||
|
||||
const userSettingsSchema = z.object({
|
||||
applicationTheme: z.string().nullable().optional(),
|
||||
applicationLanguage: z.string(),
|
||||
applicationLanguage: z.string().optional().default('en'),
|
||||
defaultSubtitleLanguage: z.string().nullable().optional(),
|
||||
proxyUrls: z.array(z.string()).nullable().optional(),
|
||||
traktKey: z.string().nullable().optional(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue