X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2e874fa14264bf37f17ae9b9375e26059e7f35ec..ee0903f520403c5e03caef287f813e7b062d05ab:/lib/python/Components/Sources/EventInfo.py diff --git a/lib/python/Components/Sources/EventInfo.py b/lib/python/Components/Sources/EventInfo.py index 724d9c1f..fc420d83 100644 --- a/lib/python/Components/Sources/EventInfo.py +++ b/lib/python/Components/Sources/EventInfo.py @@ -8,7 +8,7 @@ class EventInfo(PerServiceBase, Source): NEXT = 1 def __init__(self, navcore, now_or_next): - self.changed = Event() + Source.__init__(self) PerServiceBase.__init__(self, navcore, { iPlayableService.evUpdatedEventInfo: self.ourEvent,