X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1c76ad3b38e3dc87b32fe3ed1016c5ef54df776b..f89bd159dfbe3f019513241d4393f7d80ce59af5:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index bf76c267..b218950d 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -185,17 +185,8 @@ class InfoBarPowerKey: self.session.open(Standby, self) def quit(self): - # self.session.open(Standby, self) - ref = self.session.nav.getCurrentlyPlayingServiceReference() - if ref is not None: - refstr = ref.toString() - else: - refstr = "" - - #configfile.save() quitMainloop(0) - class InfoBarNumberZap: """ Handles an initial number for NumberZapping """ def __init__(self): @@ -323,10 +314,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