diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-20 18:41:07 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-20 18:41:07 +0100 |
commit | bf057bf359c8650bc7023d43bf47f9237992fb15 (patch) | |
tree | 852bf4d27024aad0731469372fce01916e47f249 /searchtimer_thread.c | |
parent | 1ca3263b1febbef86071eaaa4e8eda0bbac578fa (diff) | |
download | vdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.gz vdr-plugin-epgsearch-bf057bf359c8650bc7023d43bf47f9237992fb15.tar.bz2 |
track all timer changes within epgsearch and expose this information via service
interface, 0.9.24.beta20
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index 7a800c6..e33e3cb 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -39,6 +39,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "timer_thread.h" #include "timerdone.h" #include "menu_deftimercheckmethod.h" +#include "timerstatus.h" // priority for background thread #define SEARCHTIMER_NICE 19 @@ -637,6 +638,7 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc tmpSummary?tmpSummary:""); SendViaSVDRP(cmdbuf); + if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised(); cTimerDone* timerdone = new cTimerDone(start, stop, pEvent, searchExt->ID); if (index==0) |