X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInfoBar.py;fp=lib%2Fpython%2FScreens%2FInfoBar.py;h=550628786ff0a8f109d2f6ce6855d34b1876e9b5;hp=5b061245b1937c8d82bb2f47cc157d49eb17e081;hb=7fb088ec04db7eb68ff7294393f53ba33f533655;hpb=a1ffc0e6e0f33d5b9435e82123513b1dbb6a1c6c diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5b06124..5506287 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -221,6 +221,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ self.session.nav.stopService() elif answer == "restart": self.doSeek(0) + self.setSeekState(self.SEEK_STATE_PLAY) def doEofInternal(self, playing): if not self.execing: