mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-27 00:10:43 +00:00
Correct check for m.alpha
This commit is contained in:
parent
5651128b8e
commit
15b41e7d3f
@ -843,7 +843,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
||||
m.top.quickPlayNode = itemToPlay
|
||||
return true
|
||||
end if
|
||||
else if key = "left" and topGrp.isinFocusChain() and m.alpha.focusable
|
||||
else if key = "left" and topGrp.isinFocusChain() and m.alpha.visible
|
||||
m.top.alphaActive = true
|
||||
topGrp.setFocus(false)
|
||||
m.alphaMenu.setFocus(true)
|
||||
|
Loading…
Reference in New Issue
Block a user