summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--live.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/live.cpp b/live.cpp
index d568b1c..5b6ace6 100644
--- a/live.cpp
+++ b/live.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: live.cpp,v 1.8 2007/01/05 11:35:32 lordjaxom Exp $
+ * $Id: live.cpp,v 1.9 2007/01/05 17:52:46 lordjaxom Exp $
*/
#include <vdr/plugin.h>
@@ -54,6 +54,7 @@ void Plugin::Stop(void)
void Plugin::MainThreadHook(void)
{
+ LiveTimerManager().DoPendingWork();
}
cString Plugin::Active(void)