mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 02:28:15 +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",
|
||||
Merge(template["destinationLists"], system["destinationLists"], "destinationLists"));
|
||||
|
||||
if (system["levelControlLists"] == null)
|
||||
merged.Add("levelControlLists", template["levelControlLists"]);
|
||||
if (system["audioControlPointLists"] == null)
|
||||
merged.Add("audioControlPointLists", template["audioControlPointLists"]);
|
||||
else
|
||||
merged.Add("levelControlLists",
|
||||
Merge(template["levelControlLists"], system["levelControlLists"], "levelControlLists"));
|
||||
merged.Add("audioControlPointLists",
|
||||
Merge(template["audioControlPointLists"], system["audioControlPointLists"], "audioControlPointLists"));
|
||||
|
||||
// Template tie lines take precedence. Config tool doesn't do them at system
|
||||
// level anyway...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue