disable fast winding for non TS mediafiles until we have a usable solution for this..
[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