add stopService
[vuplus_dvbapp] / Navigation.py
index 6934f11..9c20703 100644 (file)
@@ -60,6 +60,9 @@ class Navigation:
                
                return service
        
+       def stopService(self):
+               self.pnav.stopService()
+       
        def getPlaylist(self):
                playlist = ePlaylistPtr()
                if self.pnav.getPlaylist(playlist):