Merge branch 'main' into hotfix/DmRmcScalerCVideoMute

This commit is contained in:
Andrew Welker 2023-07-27 12:05:32 -06:00 committed by GitHub
commit 0cfcf61d6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 428 additions and 191 deletions

View file

@ -129,7 +129,7 @@ namespace PepperDash.Essentials.DM.AirMedia
else
AirMedia.DisplayControl.DisableAutomaticRouting();
return true;
return base.CustomActivate();
}
public override void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApiAdvanced bridge)