mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fixed mispelled extensions and removed a redundant null check on the properties dictionary
This commit is contained in:
parent
20731e57a0
commit
67d9d4dba7
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ using Newtonsoft.Json;
|
|||
|
||||
namespace PepperDash.Essentials.Bridges
|
||||
{
|
||||
public static class DmChassisControllerApiExtentions
|
||||
public static class DmChassisControllerApiExtensions
|
||||
{
|
||||
public static void LinkToApi(this DmChassisController dmChassis, BasicTriList trilist, uint joinStart, string joinMapKey)
|
||||
{
|
||||
|
|
@ -135,7 +135,7 @@ namespace PepperDash.Essentials.Bridges
|
|||
|
||||
var dmInPortWCec = port as DMInputPortWithCec;
|
||||
|
||||
if (dmInPortWCec != null && dmChassis.PropertiesConfig.InputSlotSupportsHdcp2 != null)
|
||||
if (dmInPortWCec != null)
|
||||
{
|
||||
if (dmChassis.PropertiesConfig.InputSlotSupportsHdcp2 != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue