small fix for not existent package content
[enigma2.git] / lib / python / Components / DreamInfoHandler.py
index 8220b8b95fb5d014246eed5f991f4a91044bb4a4..9878761db760b4db6d9579ca7807d63860bc4513 100644 (file)
@@ -203,6 +203,7 @@ class DreamInfoHandler:
                                self.installNext()
                                return
                else: # nothing to install here
+                       self.currentIndex = -1
                        self.currentAttributeIndex += 1
                        self.installNext()
                        return