From 92c89bc644b7ae151dba7b43017dcf5c0677a3d5 Mon Sep 17 00:00:00 2001 From: Jacek Tomasiak Date: Tue, 8 Jan 2013 18:27:50 +0000 Subject: [PATCH] restored old default port --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 252a5ca4..e86f3842 100644 --- a/src/main.c +++ b/src/main.c @@ -344,7 +344,7 @@ main(int argc, char **argv) log_debug_to_console = 0; tvheadend_webui_port = 9981; tvheadend_webroot = NULL; - tvheadend_htsp_port = 9992; + tvheadend_htsp_port = 9982; tvheadend_htsp_port_extra = 0; /* Command line options */