Fix Next Episode button if trickplay never used

This commit is contained in:
1hitsong 2022-12-09 10:30:00 -05:00
parent cc8d74d51d
commit 49668dd5ae

View File

@ -222,7 +222,7 @@ end sub
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"
hideNextEpisodeButton()
return true