mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-16 15:21:56 +03:00
chore: Update JSON Schema to import settings with newly added field (#828)
This commit is contained in:
parent
2e5ddcb319
commit
0f90c324fc
1 changed files with 3 additions and 2 deletions
|
@ -134,8 +134,8 @@ export const StoreStateSchema: JSONSchemaType<PersistentStoreState> = {
|
|||
$id: '/schemas/mobileDashboardProperties',
|
||||
type: 'array',
|
||||
uniqueItems: true,
|
||||
minItems: 13,
|
||||
maxItems: 13,
|
||||
minItems: 14,
|
||||
maxItems: 14,
|
||||
items: {
|
||||
type: 'object',
|
||||
properties: {
|
||||
|
@ -144,6 +144,7 @@ export const StoreStateSchema: JSONSchemaType<PersistentStoreState> = {
|
|||
enum: [
|
||||
DashboardProperty.SIZE,
|
||||
DashboardProperty.PROGRESS,
|
||||
DashboardProperty.PROGRESS_BAR,
|
||||
DashboardProperty.DOWNLOAD_SPEED,
|
||||
DashboardProperty.UPLOAD_SPEED,
|
||||
DashboardProperty.ETA,
|
||||
|
|
Loading…
Add table
Reference in a new issue