skip 1 minute with left/right
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index bf76c267057b5f11c66afe901e2447fcde78049e..22cba7a21f5d94963e60f868ec3d0c8dd4ddc40b 100644 (file)
@@ -323,10 +323,10 @@ class InfoBarPVR:
                seekable.seekRelative(dir, 90 * seektime)
 
        def seekFwd(self):
-               self.doSeek(+1, 10000)
+               self.doSeek(+1, 60000)
        
        def seekBack(self):
-               self.doSeek(-1, 10000)
+               self.doSeek(-1, 60000)
 
 class InfoBarInstantRecord:
        """Instant Record - handles the instantRecord action in order to