summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-30 22:33:50 +0100
committermethodus <methodus@web.de>2012-11-30 22:33:50 +0100
commit6e84bf963413305833c980b2fe070fc690892418 (patch)
treeb8ebf5543852d31ede005faae1f7bc6e8a5313f2 /server
parente6c28c5209b5508a61affc947179260cec0d2733 (diff)
downloadvdr-plugin-upnp-6e84bf963413305833c980b2fe070fc690892418.tar.gz
vdr-plugin-upnp-6e84bf963413305833c980b2fe070fc690892418.tar.bz2
Added the ability to filter the number of channels outputed by the vdrProvider
Diffstat (limited to 'server')
-rw-r--r--server/server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/server.cpp b/server/server.cpp
index b397a94..af2295a 100644
--- a/server/server.cpp
+++ b/server/server.cpp
@@ -169,6 +169,8 @@ bool cMediaServer::Initialize(){
string address;
uint16_t port = 0;
+ mConfigDirectory = cPlugin::ConfigDirectory(PLUGIN_NAME_I18N);
+
if(mCurrentConfiguration.expertSettings){
address = mCurrentConfiguration.bindToAddress
? mCurrentConfiguration.address