rename iFrontendStatusInformation to iFrontendInformation
[enigma2.git] / lib / python / Screens / ServiceInfo.py
index 747ee6f5579c324748165552a2bf27347f7af029..c1755d4b49b49d63bb8e6901ad03f6f2af230395 100644 (file)
@@ -68,8 +68,8 @@ class ServiceInfo(Screen):
                service = session.nav.getCurrentService()
                if service is not None:
                        self.info = service.info()
-                       self.feinfo = service.frontendStatusInfo()
-                       print self.info.getInfoObject(iServiceInformation.sVideoPID);
+                       self.feinfo = service.frontendInfo()
+                       print self.info.getInfoObject(iServiceInformation.sCAIDs);
                else:
                        self.info = None