diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-24 14:01:40 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-24 14:01:40 +0000 |
| commit | 7d7331ac43c18159a7ebeb652e0e7d971118a8f7 (patch) | |
| tree | a5426b2c0fce259d8e7113602b1e734dc6df0339 /lib/python | |
| parent | db3210090df08c276af7ac14cdfe7b09214a3dbd (diff) | |
| download | enigma2-7d7331ac43c18159a7ebeb652e0e7d971118a8f7.tar.gz enigma2-7d7331ac43c18159a7ebeb652e0e7d971118a8f7.zip | |
update event info on service start
Diffstat (limited to 'lib/python')
| -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 }) |
