From b9ef9f3f03b78a0d23a62b6a17a7aba6a55bf4a2 Mon Sep 17 00:00:00 2001 From: hschang Date: Fri, 19 Oct 2018 10:45:08 +0900 Subject: [PATCH] [ServiceInfo] Fix bug on show transponder info menu. --- lib/python/Screens/ServiceInfo.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.7.4