Merge pull request #1519 from jimdogx/fix/jf-live-tv-crash

Fix crash
This commit is contained in:
1hitsong 2023-11-19 19:23:15 -05:00 committed by GitHub
commit 76df60f5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
return true
end if
if m.userCanRecord = "true"
if m.userCanRecord = true
if key = "right" and m.viewChannelButton.hasFocus()
m.recordButton.setFocus(true)
m.viewChannelOutline.visible = false