diff options
-rw-r--r-- | epgsearch.c | 2 | ||||
-rw-r--r-- | searchtimer_thread.c | 1 |
2 files changed, 2 insertions, 1 deletions
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); |