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 --- epgsearch.c | 2 +- searchtimer_thread.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/epgsearch.c b/epgsearch.c index 9258a92..3afa1c1 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -66,7 +66,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_announcelist.h" #include "confdloader.h" -static const char VERSION[] = "0.9.25.beta12"; +static const char VERSION[] = "0.9.25.beta13"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals 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