mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Progress on advanced filters
This commit is contained in:
@@ -16,6 +16,7 @@ const list = {
|
||||
...serverFolderIdValidation,
|
||||
...orderByValidation,
|
||||
...serverUrlIdValidation,
|
||||
advancedFilters: z.optional(z.string()),
|
||||
sortBy: z.nativeEnum(AlbumSort),
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user