Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Nov 20, 2023
1 parent 76df60f commit 007bca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/components_liveTv_ProgramDetails.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
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 007bca3

Please sign in to comment.