aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Sources/EventInfo.py1
1 files changed, 1 insertions, 0 deletions
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
})