X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1c5234b786737f87a4bf14fdd6d19692e683a023..d26a119a33db3ad39b4930712cef2b15cbaf0f8c:/lib/python/Screens/ServiceInfo.py diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py index 5c23b025..faa006bd 100644 --- a/lib/python/Screens/ServiceInfo.py +++ b/lib/python/Screens/ServiceInfo.py @@ -119,6 +119,8 @@ class ServiceInfo(Screen): self.fillList(Labels) def getFEData(self, frontendData): + if frontendData is None: + return [] if frontendData["tuner_type"] == "DVB-S": return ( ("NIM", ['A', 'B', 'C', 'D'][frontendData["tuner_number"]], TYPE_TEXT), ("Type", frontendData["tuner_type"], TYPE_TEXT),