do nothing when green button is pressed in a record, to be consistent with UI
[vuplus_dvbapp] / lib / python / Screens / EventView.py
index c55d952..c1ffb58 100644 (file)
@@ -71,6 +71,8 @@ class EventViewBase:
                self.key_green_choice = self.ADD_TIMER
        
        def timerAdd(self):
+               if self.isRecording:
+                       return
                event = self.event
                serviceref = self.currentService
                if event is None: