From 6e84bf963413305833c980b2fe070fc690892418 Mon Sep 17 00:00:00 2001 From: methodus Date: Fri, 30 Nov 2012 22:33:50 +0100 Subject: Added the ability to filter the number of channels outputed by the vdrProvider --- server/server.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server') 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 -- cgit v1.2.3