]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr: Bump htsp_protocol_version. (#4652)
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Fri, 13 Oct 2017 14:31:17 +0000 (15:31 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 16 Oct 2017 16:13:28 +0000 (18:13 +0200)
The new protocol supports DVR_AUTOREC_RECORD_UNIQUE and also
using categories in autorec (#4665).

We don't do any mappings of entries that have the enum since
clients I tested already map the unknown entry to "record all"
which I think is better than not sending the entry at all.

Issue: #4652

src/htsp_server.c

index acf97e37a472556e00ff0a45339e6c645574ef5b..81aba2fdf450ef57236af615885cf0b7c7fdbdee 100644 (file)
@@ -67,7 +67,7 @@
 
 static void *htsp_server, *htsp_server_2;
 
-#define HTSP_PROTO_VERSION 30
+#define HTSP_PROTO_VERSION 31
 
 #define HTSP_ASYNC_OFF  0x00
 #define HTSP_ASYNC_ON   0x01