mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 10:38:14 +00:00
fix: renames levelControlLists to audioControlPointLists
This commit is contained in:
parent
2c273cdf98
commit
e2772769c0
1 changed files with 4 additions and 4 deletions
|
|
@ -98,11 +98,11 @@ namespace PepperDash.Core.Config
|
||||||
merged.Add("destinationLists",
|
merged.Add("destinationLists",
|
||||||
Merge(template["destinationLists"], system["destinationLists"], "destinationLists"));
|
Merge(template["destinationLists"], system["destinationLists"], "destinationLists"));
|
||||||
|
|
||||||
if (system["levelControlLists"] == null)
|
if (system["audioControlPointLists"] == null)
|
||||||
merged.Add("levelControlLists", template["levelControlLists"]);
|
merged.Add("audioControlPointLists", template["audioControlPointLists"]);
|
||||||
else
|
else
|
||||||
merged.Add("levelControlLists",
|
merged.Add("audioControlPointLists",
|
||||||
Merge(template["levelControlLists"], system["levelControlLists"], "levelControlLists"));
|
Merge(template["audioControlPointLists"], system["audioControlPointLists"], "audioControlPointLists"));
|
||||||
|
|
||||||
// Template tie lines take precedence. Config tool doesn't do them at system
|
// Template tie lines take precedence. Config tool doesn't do them at system
|
||||||
// level anyway...
|
// level anyway...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue