X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2cc6286f24b7cde25c468b2b4a817e5fa7a9cceb..2f71009743e6a1a516b82ac06c4a89ee4d6ea703:/lib/python/Components/Converter/ServiceInfo.py diff --git a/lib/python/Components/Converter/ServiceInfo.py b/lib/python/Components/Converter/ServiceInfo.py index 413aa191..4b266fed 100644 --- a/lib/python/Components/Converter/ServiceInfo.py +++ b/lib/python/Components/Converter/ServiceInfo.py @@ -61,3 +61,8 @@ class ServiceInfo(Converter, object): return subservices and subservices.getNumberOfSubservices() > 0 boolean = property(getBoolean) + + def changed(self, *args): + if not len(args) or args[0] in [iPlayableService.evStart, iPlayableService.evEnd, + iPlayableService.evUpdatedInfo, iPlayableService.evUpdatedEventInfo]: + Converter.changed(self)