From 5bb5c9e07f70bc222590228327bc2226df17f424 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 3 Sep 2019 13:09:13 -0600 Subject: [PATCH] Commit before switching branches (no significant change --- .../Essentials_DM/Chassis/DmpsRoutingController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs b/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs index 8f2f39e0..8d83e7c1 100644 --- a/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs +++ b/essentials-framework/Essentials DM/Essentials_DM/Chassis/DmpsRoutingController.cs @@ -309,6 +309,8 @@ namespace PepperDash.Essentials.DM { var airMediaInputCard = inputCard as Card.Dmps3AirMediaInput; + + AddInputPortWithDebug(number, string.Format("AirMediaIn{0}", number), eRoutingSignalType.Audio | eRoutingSignalType.Video, eRoutingPortConnectionType.Streaming); } }