mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Add streamMaxSize to config
This commit is contained in:
@@ -95,6 +95,7 @@ export const Schema_Config_API = z
|
||||
itemsPerPage: z.number().positive(),
|
||||
searchResult: z.number().positive(),
|
||||
proxyThumbnail: z.boolean(),
|
||||
streamMaxSize: z.number(),
|
||||
|
||||
specialFile: z.object({
|
||||
password: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user