diff options
Diffstat (limited to 'lib/python/Components/Sources')
| -rw-r--r-- | lib/python/Components/Sources/EventInfo.py | 1 |
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 }) |
