summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-02-23 10:31:30 +0100
committerthlo <t.lohmar@gmx.de>2013-02-23 10:31:30 +0100
commit65255cd25a87509c0a75c4e09ebd33977e54ed9c (patch)
treeb2d30b11d6cdf7f0a8471da637dfb26b54fe9569 /vdr-smarttvweb/smarttvfactory.h
parent3b053722baf9e94469e8a602237ce1c2014b32fc (diff)
downloadvdr-plugin-smarttvweb-65255cd25a87509c0a75c4e09ebd33977e54ed9c.tar.gz
vdr-plugin-smarttvweb-65255cd25a87509c0a75c4e09ebd33977e54ed9c.tar.bz2
Support for multiple interfaces. Improved Channel Group Separator handling. Updated Web GUI to use the enclosure RSS element. Bugfixes.
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r--vdr-smarttvweb/smarttvfactory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h
index 7fc7bbd..171b1b8 100644
--- a/vdr-smarttvweb/smarttvfactory.h
+++ b/vdr-smarttvweb/smarttvfactory.h
@@ -38,8 +38,8 @@
using namespace std;
-#define PLG_VERSION "0.9.4"
-#define SERVER "SmartTvWeb/0.9.4"
+#define PLG_VERSION "0.9.5"
+#define SERVER "SmartTvWeb/0.9.5"
class SmartTvServer {
public:
@@ -72,7 +72,6 @@ class SmartTvServer {
int mLiveChannels;
vector<cHttpResource*> clientList;
- // list<int>mFdList;
int mActiveSessions;
string mConfigDir;
cSmartTvConfig *mConfig;