opendreambox / enigma2-plugins

Python plug-ins for enigma2 (DreamOS)
https://dreambox.de/
Other
37 stars 49 forks source link

screensaver loads images while in idle after init #22

Closed Thialf closed 5 years ago

Thialf commented 5 years ago

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