]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Persist frequency/callsign of CableCARD muxes across restarts
authorRobert Cameron <rob@rpcameron.net>
Sun, 13 May 2018 00:28:12 +0000 (17:28 -0700)
committerperexg <perex@perex.cz>
Thu, 7 Jun 2018 16:17:44 +0000 (18:17 +0200)
src/input/mpegts/mpegts_mux_dvb.c

index a09725a68f23425ead4d2a1a25e329f060445407..804e2adce58d01446bfbed90a73b8b95989577bc 100644 (file)
@@ -670,7 +670,7 @@ const idclass_t dvb_mux_cablecard_class =
       .name = N_("Frequency (Hz)"),
       .desc = N_("The frequency of the mux (in Hertz)."),
       .off  = offsetof(dvb_mux_t, lm_tuning.dmc_fe_freq),
-      .opts = PO_RDONLY | PO_NOSAVE,
+      .opts = PO_RDONLY,
     },
     {
       .type = PT_STR,
@@ -678,7 +678,7 @@ const idclass_t dvb_mux_cablecard_class =
       .name = N_("Callsign"),
       .desc = N_("The channel's name or callsign as set by the cable provider."),
       .off  = offsetof(dvb_mux_t, lm_tuning.dmc_fe_vchan.name),
-      .opts = PO_RDONLY | PO_NOSAVE,
+      .opts = PO_RDONLY,
     },
     {}
   }