Fixes clear audio route on DMPS3-4K-150. Fixes output names on join map for DMPS3-4K-150

This commit is contained in:
Alex Johnson
2022-06-27 09:35:38 -04:00
parent c56caff1cb
commit d849e4185c
2 changed files with 3 additions and 2 deletions

View File

@@ -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();