From: Sam Stenvall Date: Sun, 3 Jan 2016 17:50:24 +0000 (+0200) Subject: bump htspmon reported HTSP version, servers may omit messages if they know the client... X-Git-Tag: v4.2.1~1234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5e449167dee7634629364827ed3ef6fc7e7f8b8;p=thirdparty%2Ftvheadend.git bump htspmon reported HTSP version, servers may omit messages if they know the client is too old to support them --- diff --git a/lib/py/tvh/htsp.py b/lib/py/tvh/htsp.py index 6ef4c83d9..47db3edf3 100644 --- a/lib/py/tvh/htsp.py +++ b/lib/py/tvh/htsp.py @@ -29,7 +29,7 @@ import log # HTSP Client # ########################################################################### -HTSP_PROTO_VERSION = 6 +HTSP_PROTO_VERSION = 25 # Create passwd digest def htsp_digest ( user, passwd, chal ):