summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cpp b/setup.cpp
index 020abe8..306d0e8 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -21,7 +21,7 @@ namespace vdrlive {
using namespace std;
Setup::Setup():
- m_serverPort( 8001 ),
+ m_serverPort( 8008 ),
m_lastChannel( 0 ),
m_screenshotInterval( 1000 ),
m_useAuth( 1 ),