From: Andreas Monzner Date: Sat, 27 Sep 2008 09:56:39 +0000 (+0000) Subject: fix "stop and show movielist" X-Git-Tag: 2.6.0~845 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b76ad9016e512c43de20b94ad4ac2e7fcf22a26f fix "stop and show movielist" --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 41df2475..92510141 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -181,6 +181,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ ref = self.session.nav.getCurrentlyPlayingServiceReference() self.returning = True self.session.openWithCallback(self.movieSelected, MovieSelection, ref) + self.session.nav.stopService() elif answer == "restart": self.doSeek(0)