opendreambox/enigma2-plugins

screensaver loads images while in idle after init

Closed this issue · 0 comments

can be fixed by adding:
def _onPixmapReady(self, picInfo=None):
if not self._isEnabled:
self._nextPixmap = None
return
...