]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bump htspmon reported HTSP version, servers may omit messages if they know the client...
authorSam Stenvall <sam.stenvall@nordsoftware.com>
Sun, 3 Jan 2016 17:50:24 +0000 (19:50 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 3 Jan 2016 20:55:37 +0000 (21:55 +0100)
lib/py/tvh/htsp.py

index 6ef4c83d992e1e1634cb0dce06ef388be17727da..47db3edf39fcaf7e34c05e4f4c520eac0f5932da 100644 (file)
@@ -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 ):