fix no more working displaying of used tuner for foreground service
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 2c2b4a5b684428c74489953e3e2ed91895d20a7b..b16594f430485908f323732b6e36f8ae3d37617a 100644 (file)
@@ -1587,7 +1587,7 @@ class InfoBarAdditionalInfo:
 
        def gotServiceEvent(self, ev):
                service = self.session.nav.getCurrentService()
-               if ev == iPlayableService.evStart:
+               if ev == iPlayableService.evNewProgramInfo:
                        self.checkTunerState(service)
 
 class InfoBarNotifications: