X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSources%2FEventInfo.py;fp=lib%2Fpython%2FComponents%2FSources%2FEventInfo.py;h=40269993565795e476da47009ccbbf9138ed045b;hb=7d7331ac43c18159a7ebeb652e0e7d971118a8f7;hp=0925684c9f754ff454211cbe60daf5f532ceac71;hpb=db3210090df08c276af7ac14cdfe7b09214a3dbd;p=vuplus_dvbapp diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py index 0925684..4026999 100644 --- a/lib/python/Components/Sources/EventInfo.py +++ b/lib/python/Components/Sources/EventInfo.py @@ -11,6 +11,7 @@ class EventInfo(PerServiceBase, Source, object): Source.__init__(self) PerServiceBase.__init__(self, navcore, { + iPlayableService.evStart: self.changed, iPlayableService.evUpdatedEventInfo: self.changed, iPlayableService.evEnd: self.changed })