mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
fix config hydration
This commit is contained in:
parent
5328cce942
commit
fce71c28eb
|
|
@ -25,7 +25,7 @@ class DynamicConfig(PropertyLayer):
|
|||
layer[k] = DynamicConfig._toValue(v)
|
||||
return layer
|
||||
if isinstance(value, list):
|
||||
return ActiveList(value)
|
||||
return ActiveList([DynamicConfig._toValue(item) for item in value])
|
||||
return value
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue