From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Fri, 13 Oct 2017 14:31:17 +0000 (+0100) Subject: dvr: Bump htsp_protocol_version. (#4652) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37605306c93edf9270a60ab015e7113cf237ec18;p=thirdparty%2Ftvheadend.git dvr: Bump htsp_protocol_version. (#4652) 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 --- diff --git a/src/htsp_server.c b/src/htsp_server.c index acf97e37a..81aba2fdf 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -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