Fix app crash if TV guide is filtered after already scrolling through channels

This commit is contained in:
JD Layman 2021-09-05 14:21:08 -05:00
parent c46753e7ec
commit 2740e4cd26

View File

@ -30,6 +30,7 @@ end sub
sub channelFilterSet()
print "Channel Filter set"
m.scheduleGrid.jumpToChannel = 0
if m.top.filter <> invalid and m.LoadChannelsTask.filter <> m.top.filter
if m.LoadChannelsTask.state = "run" then m.LoadChannelsTask.control = "stop"