mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Fixes clear audio route on DMPS3-4K-150. Fixes output names on join map for DMPS3-4K-150
This commit is contained in:
parent
c56caff1cb
commit
d849e4185c
2 changed files with 3 additions and 2 deletions
|
|
@ -327,7 +327,7 @@ namespace PepperDash.Essentials.DM
|
|||
Output.PresetNumber.UShortValue = preset;
|
||||
Output.RecallPreset();
|
||||
|
||||
if (!Global.ControlSystemIsDmps4kType)
|
||||
if (!Global.ControlSystemIsDmps4k3xxType)
|
||||
{
|
||||
//Recall startup volume for main volume level as DMPS3(non-4K) presets don't affect the main volume
|
||||
RecallStartupVolume();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue