summaryrefslogtreecommitdiff
path: root/timers.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-18 18:29:30 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-18 18:29:30 +0000
commit2f936c22b443086d6d621ab37dd9523d8f153f1d (patch)
treecda6945944457d965d5a4a4dc0c5130c41d34a75 /timers.cpp
parentb571722150e379925cc55ec7a9f52f1b9f2ad61a (diff)
downloadvdr-plugin-live-2f936c22b443086d6d621ab37dd9523d8f153f1d.tar.gz
vdr-plugin-live-2f936c22b443086d6d621ab37dd9523d8f153f1d.tar.bz2
- added status monitor to reload timers when a recording starts or stops
Diffstat (limited to 'timers.cpp')
-rw-r--r--timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.cpp b/timers.cpp
index b497d1b..9f0c8fb 100644
--- a/timers.cpp
+++ b/timers.cpp
@@ -109,7 +109,7 @@ void TimerManager::DoPendingWork()
dsyslog("SV: signalling waiters");
m_updateWait.Broadcast();
}
- m_timers.ReloadTimers();
+ DoReloadTimers();
}
void TimerManager::DoUpdateTimers()