diff options
| author | Johann Friedrichs <johann.friedrichs@web.de> | 2017-07-11 12:57:45 +0200 |
|---|---|---|
| committer | Frank Neumann <fnu@yavdr.org> | 2017-07-11 12:57:45 +0200 |
| commit | 65aabbfb1f7ffd79e739f77360ff8f21cf70fb50 (patch) | |
| tree | cd2c5c5e60fa6a21574d68ec52d21e316fada993 | |
| parent | a143712cf93d3a508afc95050e002e58cd45ccea (diff) | |
| download | vdr-plugin-epgsearch-65aabbfb1f7ffd79e739f77360ff8f21cf70fb50.tar.gz vdr-plugin-epgsearch-65aabbfb1f7ffd79e739f77360ff8f21cf70fb50.tar.bz2 | |
Fix SearchTimers Commit.
| -rw-r--r-- | searchtimer_thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index 5952c43..8f5773a 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -729,7 +729,6 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc if (!SendViaSVDRP(cmdbuf)) return false; - } if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised(); |
