From f4b19e48d3d11714bdea9256afa058a19e7cb9b5 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 9 Apr 2009 19:42:23 +0200 Subject: added EPG scan start when running UPDS with option SCAN --- searchtimer_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'searchtimer_thread.c') diff --git a/searchtimer_thread.c b/searchtimer_thread.c index af89714..dfd3432 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -215,6 +215,7 @@ void cSearchTimerThread::Action(void) if (updateForced & UPDS_WITH_EPGSCAN) { LogFile.Log(1,"starting EPG scan before search timer update"); + EITScanner.ForceScan(); do { Wait.Wait(1000); -- cgit v1.2.3