don't crash when background jobs fail and user presses red key
[vuplus_dvbapp] / lib / python / Components / Task.py
index f249f71..b276438 100644 (file)
@@ -265,6 +265,7 @@ class JobManager:
                from Tools import Notifications
                if self.in_background:
                        from Screens.TaskView import JobView
+                       self.in_background = False
                        Notifications.AddNotification(JobView, self.active_job)
                if problems:
                        from Screens.MessageBox import MessageBox