diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 05:05:31 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-15 05:05:31 +0000 |
| commit | 654ccaec95fc3eccba420d06852fc3530a8934c8 (patch) | |
| tree | 3a3717e696cb512daf8e087501981da374c25630 /lib/python | |
| parent | 5afad4d245b01ace049a893286129160613f1745 (diff) | |
| download | enigma2-654ccaec95fc3eccba420d06852fc3530a8934c8.tar.gz enigma2-654ccaec95fc3eccba420d06852fc3530a8934c8.zip | |
skip 1 minute with left/right
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
