Add timezone support
This commit is contained in:
@@ -14,5 +14,9 @@
|
|||||||
"definitions/gpuConfiguration": {
|
"definitions/gpuConfiguration": {
|
||||||
"stable": {"min": "20.12-ALPHA"},
|
"stable": {"min": "20.12-ALPHA"},
|
||||||
"nightlies": {"min": "20.10-MASTER-somever"}
|
"nightlies": {"min": "20.10-MASTER-somever"}
|
||||||
|
},
|
||||||
|
"definitions/timezone": {
|
||||||
|
"stable": {"min": "20.12-ALPHA"},
|
||||||
|
"nightlies": {"min": "20.12-MASTER"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -111,7 +111,9 @@ questions:
|
|||||||
group: "Plex Configuration"
|
group: "Plex Configuration"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "UTC"
|
default: "Etc/UTC"
|
||||||
|
$ref:
|
||||||
|
- "definitions/timezone"
|
||||||
|
|
||||||
# Update strategy
|
# Update strategy
|
||||||
- variable: strategyType
|
- variable: strategyType
|
||||||
|
|||||||
Reference in New Issue
Block a user