]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP server: preserve server UUID (regression)
authorJaroslav Kysela <perex@perex.cz>
Tue, 29 Sep 2015 14:11:12 +0000 (16:11 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Sep 2015 14:11:12 +0000 (16:11 +0200)
src/satip/server.c

index 0e45bcd9a2546fbd12798eeb38218d85ea45ba6b..38443aee2128be0036fbde6d3681d83f2da66445 100644 (file)
@@ -572,6 +572,14 @@ const idclass_t satip_server_class = {
       {}
   },
   .ic_properties = (const property_t[]){
+    {
+      .type   = PT_STR,
+      .id     = "satip_uuid",
+      .name   = N_("Server UUID"),
+      .off    = offsetof(struct satip_server_conf, satip_uuid),
+      .opts   = PO_RDONLY,
+      .group  = 1,
+    },
     {
       .type   = PT_INT,
       .id     = "satip_rtsp",