mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
Update API docs
This commit is contained in:
parent
76df60f5e4
commit
007bca3d71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user