update event info on service start
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 24 Jul 2006 14:01:40 +0000 (14:01 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 24 Jul 2006 14:01:40 +0000 (14:01 +0000)
lib/python/Components/Sources/EventInfo.py

index 0925684..4026999 100644 (file)
@@ -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
                        })