PluginComponent.py: properly reset all values if clearPluginList is called for exampl...
[vuplus_dvbapp] / lib / python / Components / PluginComponent.py
index 0e178ff..e5194b2 100755 (executable)
@@ -124,6 +124,8 @@ class PluginComponent:
        def clearPluginList(self):
                self.pluginList = []
                self.plugins = {}
+               self.firstRun = True
+               self.restartRequired = False
 
        def shutdown(self):
                for p in self.pluginList[:]: