Closed sengsational closed 8 months ago
The branch I created to hold this change was based at the wrong place, so I just deleted the branch. The change is trivial and can be merged "whenever".
This was merged as part of https://github.com/sengsational/cwhelper/pull/22
The logs indicate that the refresh lineup functionality runs twice on program startup.
There is a call stack call showing first calls through
refreshLineup
, then later throughscanRefreshLineupTm
:Call Stack: org.cwepg.hr.LineUpHdhr scan -- org.cwepg.hr.TunerHdhr scanRefreshLineUp -- org.cwepg.hr.TunerManager refreshLineup --
Call Stack: org.cwepg.hr.LineUpHdhr scan -- org.cwepg.hr.TunerHdhr scanRefreshLineUp -- org.cwepg.hr.TunerManager scanRefreshLineUpTm --
The second set of calls is probably not necessary.