Add timezone support
This commit is contained in:
@@ -14,5 +14,9 @@
|
||||
"definitions/gpuConfiguration": {
|
||||
"stable": {"min": "20.12-ALPHA"},
|
||||
"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"
|
||||
schema:
|
||||
type: string
|
||||
default: "UTC"
|
||||
default: "Etc/UTC"
|
||||
$ref:
|
||||
- "definitions/timezone"
|
||||
|
||||
# Update strategy
|
||||
- variable: strategyType
|
||||
|
||||
Reference in New Issue
Block a user