mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Update source/Main.brs
This commit is contained in:
parent
d54016cc85
commit
7b5ebc0fd6
@ -39,7 +39,7 @@ sub Main()
|
||||
print "CLOSING SCREEN"
|
||||
return
|
||||
else if isNodeEvent(msg, "backPressed")
|
||||
if msg.getRoSGNode().focusedChild <> invalid and msg.getRoSGNode().focusedChild.isSubtype("JFVideo")
|
||||
if msg.getRoSGNode().focusedChild <> invalid and msg.getRoSGNode().focusedChild.isSubtype("JFVideo")
|
||||
stopPlayback()
|
||||
end if
|
||||
' Pop a group off the stack and expose what's below
|
||||
|
Loading…
Reference in New Issue
Block a user