Skip to content

Commit

Permalink
Merge pull request #1519 from jimdogx/fix/jf-live-tv-crash
Browse files Browse the repository at this point in the history
Fix crash
  • Loading branch information
1hitsong authored Nov 20, 2023
2 parents 4ef6178 + 250e224 commit 76df60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/liveTv/ProgramDetails.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76df60f

Please sign in to comment.