Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Jimi <[email protected]>
  • Loading branch information
cewert and jimdogx authored Oct 9, 2024
1 parent 8dba7f1 commit 5f62f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/deviceCapabilities.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ function canPlay4k() as boolean
end if

' Check if HDCP 2.2 is enabled, skip check for TVs
if deviceInfo.GetModelType = "STB" and hdmiStatus.IsHdcpActive("2.2") <> true
if deviceInfo.GetModelType() = "STB" and hdmiStatus.IsHdcpActive("2.2") <> true
return false
end if

Expand Down

0 comments on commit 5f62f2e

Please sign in to comment.