From: hschang Date: Fri, 19 Oct 2018 01:45:08 +0000 (+0900) Subject: [ServiceInfo] Fix bug on show transponder info menu. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=b9ef9f3f03b78a0d23a62b6a17a7aba6a55bf4a2 [ServiceInfo] Fix bug on show transponder info menu. --- diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py index 6e7b58e..7c0f0f0 100644 --- a/lib/python/Screens/ServiceInfo.py +++ b/lib/python/Screens/ServiceInfo.py @@ -154,7 +154,11 @@ class ServiceInfo(Screen): "constellation" : _("Constellation"), "transmission_mode" : _("Transmission mode"), "guard_interval" : _("Guard interval"), - "hierarchy_information" : _("Hierarchy info") } + "hierarchy_information" : _("Hierarchy info"), + "plp_id" : _("PLP ID"), + "is_id" : _("Input Stream ID"), + "pls_mode" : _("PLS Mode"), + "pls_code" : _("PLS Code")} Labels = [(conv[i], tp_info[i], TYPE_VALUE_DEC) for i in tp_info.keys()] self.fillList(Labels)