From b76ad9016e512c43de20b94ad4ac2e7fcf22a26f Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 27 Sep 2008 09:56:39 +0000 Subject: [PATCH] fix "stop and show movielist" --- lib/python/Screens/InfoBar.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2