git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
show message and defer init
[enigma2.git]
/
Navigation.py
diff --git
a/Navigation.py
b/Navigation.py
index 6934f11f4a316b459e6c5aaa96eba04af9efc031..9c20703668b782d8e58070a61722ea0940c536ee 100644
(file)
--- a/
Navigation.py
+++ b/
Navigation.py
@@
-60,6
+60,9
@@
class Navigation:
return service
+ def stopService(self):
+ self.pnav.stopService()
+
def getPlaylist(self):
playlist = ePlaylistPtr()
if self.pnav.getPlaylist(playlist):