summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2018-10-19 01:45:08 (GMT)
committerhschang <chang@dev3>2018-10-19 01:45:08 (GMT)
commitb9ef9f3f03b78a0d23a62b6a17a7aba6a55bf4a2 (patch)
treeff9aff4b247c87aec390f4b1a77a91ef50a2b55f
parent3a9bba4c2bfc4f34eeee697fab2a4d1016b55b7c (diff)
[ServiceInfo] Fix bug on show transponder info menu.
-rw-r--r--lib/python/Screens/ServiceInfo.py6
1 files changed, 5 insertions, 1 deletions
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)