summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/smarttvfactory.h
diff options
context:
space:
mode:
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 171b1b8..1073ab0 100644
--- a/vdr-smarttvweb/smarttvfactory.h
+++ b/vdr-smarttvweb/smarttvfactory.h
@@ -38,8 +38,8 @@
using namespace std;
-#define PLG_VERSION "0.9.5"
-#define SERVER "SmartTvWeb/0.9.5"
+#define PLG_VERSION "0.9.6"
+#define SERVER "SmartTvWeb/0.9.6"
class SmartTvServer {
public:
@@ -68,7 +68,6 @@ class SmartTvServer {
int mServerFd;
unsigned int mSegmentDuration;
int mHasMinBufferTime;
- unsigned int mHasBitrate;
int mLiveChannels;
vector<cHttpResource*> clientList;