allow two different behaviours when going into resume: SUSPEND_STOPS (default as...
[vuplus_dvbapp] / lib / python / Screens / Screen.py
index 2ba7342..7ac7841 100644 (file)
@@ -9,6 +9,7 @@ from Components.GUIComponent import GUIComponent
 
 class Screen(dict, GUISkin):
 
+       False, SUSPEND_STOPS, SUSPEND_PAUSES = range(3)
        ALLOW_SUSPEND = False
 
        global_screen = None