Fix Next Episode button if trickplay never used
This commit is contained in:
parent
cc8d74d51d
commit
49668dd5ae
|
@ -222,7 +222,7 @@ end sub
|
||||||
|
|
||||||
function onKeyEvent(key as string, press as boolean) as boolean
|
function onKeyEvent(key as string, press as boolean) as boolean
|
||||||
|
|
||||||
if key = "OK" and m.nextEpisodeButton.hasfocus() and m.top.trickPlayMode = "play"
|
if key = "OK" and m.nextEpisodeButton.hasfocus() and not m.top.trickPlayBar.visible
|
||||||
m.top.state = "finished"
|
m.top.state = "finished"
|
||||||
hideNextEpisodeButton()
|
hideNextEpisodeButton()
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user