X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5afad4d245b01ace049a893286129160613f1745..654ccaec95fc3eccba420d06852fc3530a8934c8:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index bf76c267..22cba7a2 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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