remove unneeded additional refresh check

This commit is contained in:
Charles Ewert 2023-11-14 10:55:19 -05:00
parent 7d31092853
commit d51620c982

View File

@ -258,13 +258,6 @@ end sub
' Update home row data
sub updateHomeRows()
if m.global.playstateTask.state = "run"
m.global.playstateTask.observeField("state", "updateHomeRows")
return
end if
m.global.playstateTask.unobserveField("state")
' If resume section exists, reload row's data
if m.homeSectionIndexes.doesExist("resume")
m.LoadContinueWatchingTask.observeField("content", "updateContinueWatchingItems")