Update API docs

This commit is contained in:
jellyfin-bot 2023-11-20 00:23:52 +00:00
parent 76df60f5e4
commit 007bca3d71

View File

@ -331,7 +331,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