diff options
Diffstat (limited to 'lib/python/Screens/ServiceInfo.py')
| -rw-r--r-- | lib/python/Screens/ServiceInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py index 747ee6f5..a4bb4e02 100644 --- a/lib/python/Screens/ServiceInfo.py +++ b/lib/python/Screens/ServiceInfo.py @@ -69,7 +69,7 @@ class ServiceInfo(Screen): if service is not None: self.info = service.info() self.feinfo = service.frontendStatusInfo() - print self.info.getInfoObject(iServiceInformation.sVideoPID); + print self.info.getInfoObject(iServiceInformation.sCAIDs); else: self.info = None |
