From 7d7331ac43c18159a7ebeb652e0e7d971118a8f7 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 24 Jul 2006 14:01:40 +0000 Subject: update event info on service start --- lib/python/Components/Sources/EventInfo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python') diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py index 0925684c..40269993 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 }) -- cgit v1.2.3