Add timezone support

This commit is contained in:
Waqar Ahmed 2020-12-07 20:49:46 +05:00
parent aa72e525df
commit 2fc1d74043
2 changed files with 7 additions and 1 deletions

View File

@ -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"}
} }
} }

View File

@ -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