Updates interface type for other condition

This commit is contained in:
Neil Dorin
2022-08-01 12:19:43 -06:00
parent afd2198eef
commit 5b350c7a0c

View File

@@ -708,7 +708,7 @@ namespace PepperDash.Essentials
IRoutingSink dest = null;
if (route.DestinationKey.Equals("$defaultaudio", StringComparison.OrdinalIgnoreCase))
dest = DefaultAudioDevice as IRoutingSinkNoSwitching;
dest = DefaultAudioDevice as IRoutingSink;
else if (route.DestinationKey.Equals("$defaultDisplay", StringComparison.OrdinalIgnoreCase))
dest = DefaultDisplay;
else