diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:52:46 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:52:46 +0000 |
commit | 46813a131a63333a5b6571bb9fc685dfb34ac566 (patch) | |
tree | 4276376dbcc1765bdde6920416f7a491169f9a17 /live.cpp | |
parent | 0d20523cb35418dc6eb09255913fa9dd8410b485 (diff) | |
download | vdr-plugin-live-46813a131a63333a5b6571bb9fc685dfb34ac566.tar.gz vdr-plugin-live-46813a131a63333a5b6571bb9fc685dfb34ac566.tar.bz2 |
- added method to update internal timers from main thread
Diffstat (limited to 'live.cpp')
-rw-r--r-- | live.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |