mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-08 15:51:45 +00:00
parent
accf8ecfa3
commit
3889bfbdce
@ -33,7 +33,7 @@ end sub
|
||||
function onKeyEvent(key as string, press as boolean) as boolean
|
||||
if not press then return false
|
||||
|
||||
if key = "options"
|
||||
if key = "options" or key = "back"
|
||||
m.top.visible = false
|
||||
m.top.escape = true
|
||||
return true
|
||||
@ -45,4 +45,4 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
||||
end if
|
||||
|
||||
return false
|
||||
end function
|
||||
end function
|
||||
|
Loading…
x
Reference in New Issue
Block a user