sengsational / cwhelper

The code here is the background job for CW_EPG, an electronic program guide / DVR for Windows
1 stars 1 forks source link

Refresh lineup occurs twice on startup #19

Closed sengsational closed 8 months ago

sengsational commented 8 months ago

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 through scanRefreshLineupTm:

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.

sengsational commented 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".

sengsational commented 8 months ago

This was merged as part of https://github.com/sengsational/cwhelper/pull/22