diff options
Diffstat (limited to 'client/streamdev-client.c')
-rw-r--r-- | client/streamdev-client.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/streamdev-client.c b/client/streamdev-client.c index b03fbbe..00fa90c 100644 --- a/client/streamdev-client.c +++ b/client/streamdev-client.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: streamdev-client.c,v 1.2 2010/07/19 13:49:25 schmirl Exp $ + * $Id: streamdev-client.c,v 1.3 2010/08/18 10:26:56 schmirl Exp $ */ #include "streamdev-client.h" @@ -52,4 +52,8 @@ bool cPluginStreamdevClient::SetupParse(const char *Name, const char *Value) { return StreamdevClientSetup.SetupParse(Name, Value); } +void cPluginStreamdevClient::MainThreadHook(void) { + cStreamdevDevice::UpdatePriority(); +} + VDRPLUGINCREATOR(cPluginStreamdevClient); // Don't touch this! |