mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: fix issue where the customactivate for the base class was beig suppressed in airmedia controllers
This commit is contained in:
parent
acd3bad1f2
commit
c3ba6d5c28
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue