mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user