mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: remove length requirement on addonName
This commit is contained in:
@@ -283,7 +283,7 @@ const CatalogModification = z.object({
|
||||
overrideType: z.string().min(1).optional(), // override the type of the catalog
|
||||
hideable: z.boolean().optional(), // hide the catalog from the home page
|
||||
searchable: z.boolean().optional(), // property of whether the catalog is searchable (not a search only catalog)
|
||||
addonName: z.string().min(1).optional(), // the name of the addon that provides the catalog
|
||||
addonName: z.string().optional(), // the name of the addon that provides the catalog
|
||||
});
|
||||
|
||||
export const CacheAndPlaySchema = z
|
||||
|
||||
Reference in New Issue
Block a user