aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py1
1 files changed, 1 insertions, 0 deletions
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)