Add timezone support
This commit is contained in:
parent
aa72e525df
commit
2fc1d74043
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue