re-add SeekBackward workaround ... but dont use it for the dvd player
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DVDPlayer / plugin.py
index 45c5dde..2169cc8 100644 (file)
@@ -228,7 +228,7 @@ class DVDPlayer(Screen, InfoBarBase, InfoBarNotifications, InfoBarSeek, InfoBarP
                HelpableScreen.__init__(self)
                self.save_infobar_seek_config()
                self.change_infobar_seek_config()
-               InfoBarSeek.__init__(self)
+               InfoBarSeek.__init__(self, useSeekBackHack=False)
                InfoBarPVRState.__init__(self)
                self.dvdScreen = self.session.instantiateDialog(DVDOverlay)